appDisplay: Merge AllAppDisplay and ViewByCategories

With categories removed, the separation between AllAppDisplay and
ViewByCategories no longer makes sense. Also use this opportunity
to rename the outdated AllAppDisplay to AppDisplay; it will
eventually be used to manage different views.

https://bugzilla.gnome.org/show_bug.cgi?id=694192
This commit is contained in:
Florian Müllner
2013-01-30 23:58:42 +01:00
parent 2658754295
commit c9e2f16404
3 changed files with 18 additions and 33 deletions

View File

@ -847,12 +847,12 @@ StScrollBar StButton#vhandle:active {
icon-size: 96px;
}
.all-app {
.app-display {
padding: 0px 16px 32px 32px;
spacing: 20px;
}
.all-app:rtl {
.app-display:rtl {
padding-left: 16px;
padding-right: 32px;
}