diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-24 12:39:28 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-24 12:39:28 +0200 |
commit | 3494b440c7a79445fb904f9b0004235734eea651 (patch) | |
tree | 83b3ca110be03d441f7f7ddf9838fce96bb7f48b /public | |
parent | Added fixed retina logo img (diff) | |
download | Divid-3494b440c7a79445fb904f9b0004235734eea651.tar.gz |
Changed styling on infobox buttons
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 4cbc7d3..122ac7f 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -216,7 +216,26 @@ background-color: #FF9A00; } .infobtn { +color: #ffffff; +text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +display: inline-block; +margin-bottom: 0; +line-height: 20px; +text-align: center; +vertical-align: middle; +cursor: pointer; background-color: #FF9A00; +padding: @paddingSmall; +border: 1px solid #cccccc; + font-size: @fontSizeSmall; + .border-radius(@borderRadiusSmall); +background-image: linear-gradient(to bottom, #FF9A00, #FFB440); +background-repeat: repeat-x; +border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); +color: #ffffff; +text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); +box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); } .showcase { |