diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/default/display.css | 20 | ||||
-rw-r--r-- | theme/stoica/display.css | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index efc94331d..502543e4b 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -615,5 +615,25 @@ input#openid_url { background-color: #f7ebcc; } +/* ----- favor/disfavor -----*/ + +input#disfavor, input.disfavor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + +input#favor, input.favor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + /* ===== End Forms Styling ===== */ diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 395da2e2f..49f86aef9 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -645,6 +645,26 @@ input#openid_url { line-height: 15px; } +/* ----- favor/disfavor -----*/ + +input#disfavor, input.disfavor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + +input#favor, input.favor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + /* ===== End Forms Styling ===== */ /* ===== Tag Cloud Styling ===== */ |