diff options
-rw-r--r-- | askbot/skins/default/media/style/style.css | 6 | ||||
-rw-r--r-- | askbot/skins/default/media/style/style.less | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 8cc31af9..71653444 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -32,7 +32,7 @@ body.user-messages{margin-top:2.4em;} .notify{position:fixed;top:0px;left:0px;width:100%;z-index:100;padding:0;text-align:center;background-color:#f5dd69;border-top:#fff 1px solid;font-family:'Yanone Kaffeesatz',sans-serif;}.notify p.notification{margin-top:6px;margin-bottom:6px;font-size:16px;color:#424242;} #closeNotify{position:absolute;right:5px;top:7px;color:#735005;text-decoration:none;line-height:18px;background:-6px -5px url(../images/sprites.png) no-repeat;cursor:pointer;width:20px;height:20px;} #closeNotify:hover{background:-26px -5px url(../images/sprites.png) no-repeat;} -#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;min-height:70px;} +#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;} .content-wrapper{width:960px;margin:auto;position:relative;} #logo img{padding:5px 0px 5px 0px;height:75px;width:auto;float:left;} #userToolsNav{height:20px;padding-bottom:5px;}#userToolsNav a{height:35px;text-align:right;margin-left:20px;text-decoration:underline;color:#d0e296;font-size:16px;} @@ -58,8 +58,8 @@ body.user-messages{margin-top:2.4em;} #secondaryHeader #scopeWrapper .scope-selector{font-size:21px;color:#5a5a4b;height:55px;line-height:55px;margin-left:24px;} #secondaryHeader #scopeWrapper .on{background:url(../images/scopearrow.png) no-repeat center bottom;} #secondaryHeader #scopeWrapper .ask-message{font-size:24px;} -#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable,#searchBar .searchInputAuth{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} -#searchBar .searchInput,#searchBar .searchInputAuth{width:352px;} +#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} +#searchBar .searchInput{width:352px;} #searchBar .searchInputCancelable{width:317px;} #searchBar .logoutsearch{width:337px;} #searchBar .searchBtn{font-size:10px;color:#666;background-color:#eee;height:42px;border:#FFF 1px solid;line-height:22px;text-align:center;float:right;margin:0px;width:48px;background:-98px -36px url(../images/sprites.png) no-repeat;cursor:pointer;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 1896a037..1a83c754 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -212,7 +212,6 @@ body.user-messages { margin-top: 0px; background: @header-color; font-family:@main-font; - min-height:70px; } .content-wrapper {/* wrapper positioning class */ @@ -385,7 +384,7 @@ body.user-messages { height:42px; margin:6px 0px 0px 15px; - .searchInput, .searchInputCancelable,.searchInputAuth { + .searchInput, .searchInputCancelable{ font-size: 30px; height: 40px; font-weight:300; @@ -397,7 +396,7 @@ body.user-messages { vertical-align: middle; } - .searchInput,.searchInputAuth { + .searchInput,{ width: 352px; } |