]> git.mxchange.org Git - friendica.git/commitdiff
fix dispy's nav element; fix colours in #search-text
authorSimon L'nu <simon.lnu@gmail.com>
Mon, 26 Mar 2012 18:19:59 +0000 (14:19 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Mon, 26 Mar 2012 18:19:59 +0000 (14:19 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index e47eb22ed123090ef202c624716c34dacf4becf7..5dba6b94c7e3596fbcb89843a54a2adb656ea32a 100644 (file)
@@ -500,7 +500,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        width: 0;
 }
 #search-text {
-       border: 1px #2e2f2e solid;
+       border: 1px #eec solid;
        background: #2e2f2e;
        color: #eec;
 }
@@ -713,7 +713,7 @@ aside #viewcontacts {
     width: 150px;   
 }
 #netsearch-box #search-submit {
-    margin: 5px 0px 0px 0px;
+    margin: 5px 5px 0px 0px;
 }
 .ttright {
        margin: 0px 0px 0px 0px;
@@ -1046,6 +1046,9 @@ section {
 .shiny {
     background: #2e3436;
 }
+.wall-outside-wrapper .shiny {
+       border-radius: 5px;
+}
 .heart {
        color: red;
 }
index 7c80c8b5bb086c5f2a4a0c540c1ea7dfab7a7667..c591152c2da6a4d780a96e12c8e83cfe62fbc4a4 100644 (file)
@@ -217,7 +217,7 @@ input[type=submit] {
  * nav
  */
 nav {
-       height: 60px;
+       height: 80px;
        display: block;
        background-color: #2e3436;
        color: #eeeeec;
@@ -497,8 +497,8 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
 }
 #search-text {
        border: 1px #eec solid;
-       background: #eec;
-       color: #e2e33436;
+       background: #2e3436;
+       color: #eec;
 }
 .nav-ajax-update, .nav-ajax-left {
        width: 30px;