diff options
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 56856d78cb..99f4946599 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -216,6 +216,15 @@ header form { font-size: 12px; } +/* Some styles from bootstrap */ +.text-muted { + color: #777; +} + +.small { + font-size: 12px; +} + #mycart a img { height: 15px; } @@ -2948,10 +2957,6 @@ dd .deletelink { width: 160px; } -#edit_interface-page input[type="text"][id^="TIME"] { - width: 100px; -} - #edit_interface-page input[type="text"][id*="OBJE_FILE"] { width: 200px; } |
