fix dispy's nav element; fix colours in #search-text

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-26 14:19:59 -04:00
parent a0ee51b3db
commit 3b9f0fd801
2 changed files with 8 additions and 5 deletions

View File

@ -500,7 +500,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
width: 0; width: 0;
} }
#search-text { #search-text {
border: 1px #2e2f2e solid; border: 1px #eec solid;
background: #2e2f2e; background: #2e2f2e;
color: #eec; color: #eec;
} }
@ -713,7 +713,7 @@ aside #viewcontacts {
width: 150px; width: 150px;
} }
#netsearch-box #search-submit { #netsearch-box #search-submit {
margin: 5px 0px 0px 0px; margin: 5px 5px 0px 0px;
} }
.ttright { .ttright {
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
@ -1046,6 +1046,9 @@ section {
.shiny { .shiny {
background: #2e3436; background: #2e3436;
} }
.wall-outside-wrapper .shiny {
border-radius: 5px;
}
.heart { .heart {
color: red; color: red;
} }

View File

@ -217,7 +217,7 @@ input[type=submit] {
* nav * nav
*/ */
nav { nav {
height: 60px; height: 80px;
display: block; display: block;
background-color: #2e3436; background-color: #2e3436;
color: #eeeeec; color: #eeeeec;
@ -497,8 +497,8 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
} }
#search-text { #search-text {
border: 1px #eec solid; border: 1px #eec solid;
background: #eec; background: #2e3436;
color: #e2e33436; color: #eec;
} }
.nav-ajax-update, .nav-ajax-left { .nav-ajax-update, .nav-ajax-left {
width: 30px; width: 30px;