diff options
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 1f6b25d5f..cc1f3e60a 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -606,8 +606,10 @@ img.uploading height: 16px; } + /***** common table settings ******/ +table.records-table thead tr th, table.records-table thead tr td { height: 20px; @@ -618,6 +620,7 @@ table.records-table thead tr td background: url(images/listheader.gif) top left repeat-x #CCC; font-size: 11px; font-weight: bold; + text-align: left; } table.records-table tbody tr td @@ -628,7 +631,8 @@ table.records-table tbody tr td white-space: nowrap; border-bottom: 1px solid #EBEBEB; overflow: hidden; - text-align: left; + text-align: left; + outline: none; } table.records-table tr @@ -1220,3 +1224,39 @@ fieldset.tabbed .quota_text_high { color: white; } .quota_text_mid { color: #666; } .quota_text_low { color: #666; } + + +/********** TinyMCE styles **********/ +.mce-btn-small button +{ + height: 22px; +} + +.mce-btn-small i +{ + line-height: 16px !important; + vertical-align: text-top !important; +} + +.mce-combobox button +{ + padding: 6px 8px !important; +} + +.mce-tinymce, +.mce-panel.mce-toolbar-grp +{ + border: 0 !important; +} + +#image-selector-form.droptarget { + background: url(images/filedrop.png) center bottom no-repeat; +} + +#image-selector-form.droptarget.hover +{ + background-color: #F0F0EE; + box-shadow: 0 0 5px 0 #999; + -moz-box-shadow: 0 0 5px 0 #999; + -o-box-shadow: 0 0 5px 0 #999; +} |