diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-25 14:17:18 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-04-25 14:17:18 +0200 |
commit | f0ea7d3ad0c840cea790604ca52fea5db63c1f98 (patch) | |
tree | d7d83327da8ec25176895b82416deda9ad016e12 /public/css/shame.less | |
parent | moved some elements in the navbar and deleted styles.less (diff) | |
download | Divid-f0ea7d3ad0c840cea790604ca52fea5db63c1f98.tar.gz |
been playing around with the mobile design
Diffstat (limited to 'public/css/shame.less')
-rw-r--r-- | public/css/shame.less | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/public/css/shame.less b/public/css/shame.less index 4d8b4c8..ea569eb 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -12,7 +12,7 @@ body { margin-top: @navbarHeight; background-color:white; } -@media (max-width: 767px) { +@media (max-width: @navbarCollapseWidth) { body { margin-top: 0; } @@ -58,8 +58,10 @@ section.content { .nav .menu{ color: #FF9A00; } -.navbar .brand.login { +.navbar div.brand { float: right; +} +.navbar a.brand { color: #FF9A00; } @@ -192,6 +194,20 @@ div.lastactivity .activity .details { background-color: @infoBackground; } +.lastactivity .activity .date .row-fluid { + text-align: center; + width: 30px; +} +.lastactivity .activity .date .row-fluid:first-child { + background-color: @gray; + color: @white; +} +.lastactivity .activity .date .row-fluid:nth-child(2) { + background-color: @grayLight; + color: @black; + line-height: 10px; +} + .text-small { font-size: @fontSizeSmall; } @@ -218,6 +234,9 @@ div.lastactivity .activity .details { body { padding: 0 5px; } + .navbar-fixed-top { + margin: 0 -5px; + } } |