diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-13 16:20:58 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-13 16:20:58 +0100 |
| commit | 6529fcb26280e6a11f7ca90b493373f536f044e0 (patch) | |
| tree | ce2e013e00a16942b7f582f3c8c1443e53fe17f9 /themes/clouds/css-1.7.0/style.css | |
| parent | 7742d4606531c61d8c660fe33fc749888c3fa30a (diff) | |
| download | webtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.tar.gz webtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.tar.bz2 webtrees-6529fcb26280e6a11f7ca90b493373f536f044e0.zip | |
Import some styles from bootstrap
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; } |
