summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:51:30 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-20 13:51:30 -0300
commit37731a00a7024328343f710e49d94a1490accf52 (patch)
treef064bc508c7d1e28703a9d062203997272d80d5e
parent1c579ea0a7a2a92dd49641bcbeb90be680e131f9 (diff)
downloadaskbot-37731a00a7024328343f710e49d94a1490accf52.tar.gz
askbot-37731a00a7024328343f710e49d94a1490accf52.tar.bz2
askbot-37731a00a7024328343f710e49d94a1490accf52.zip
cleaned narrow screen header
-rw-r--r--askbot/media/style/style.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 8dd589c7..df1c3397 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4026,6 +4026,28 @@ textarea.tipped-input {
text-align: center;
}
+ #userToolsNav {
+ margin-left: 10px;
+ }
+
+ #metaNav {
+ float: left;
+ a#navUsers,
+ a#navTags,
+ a#navGroups {
+ background: none;
+ color: #d0e296;
+ font-size: 16px;
+ text-decoration: underline;
+ margin-left: 20px;
+ padding-left: 0;
+ }
+ }
+
+ .powered-link {
+ margin-bottom: 15px;
+ }
+
.short-summary:first-child {
padding-top: 0;
}