]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removes highlighting of selected items, padding from apps management.
authorraghunayyar <me@iraghu.com>
Sun, 30 Mar 2014 10:18:47 +0000 (15:48 +0530)
committerraghunayyar <me@iraghu.com>
Sun, 30 Mar 2014 10:18:47 +0000 (15:48 +0530)
core/css/apps.css
settings/css/settings.css

index 5bfc2d4a08e7467c49d7c64b01255b67d2dfd684..9e48e28fce9e798bd6126fb90150544bcbed5cbf 100644 (file)
@@ -35,9 +35,6 @@
 #app-navigation li:hover > a  {
        background-color: #ddd;
 }
-#app-navigation .active {
-       font-weight:700;
-}
 #app-navigation .selected,
 #app-navigation .selected a {
        background-color:#ddd;
index d7d8b0aede2522f23772ac3875ec1e62abc0240d..50e3eacbc12e6a691463ea31b2f81cf1bddefbfd 100644 (file)
@@ -100,6 +100,9 @@ select.quota.active { background: #fff; }
 /* APPS */
 .appinfo { margin: 1em 40px; }
 h3 { font-size: 1.4em; font-weight: bold; }
+#app-navigation {
+       padding-bottom: 0px;
+}
 #app-navigation .appwarning {
        background: #fcc;
 }