diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-20 16:03:07 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-20 16:03:07 +0200 |
commit | 9a6e6e3abf654ffb33f8143ee64bf9259a594e3e (patch) | |
tree | e9cbc04978a9018fe16c7a1818a678288bbc3095 /skins/larry | |
parent | c6220abe5e6970cd1ccced1e8d67d90c7c7a964c (diff) |
Global styles for tabbed forms in ui-dialogs
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1c2bd66dd..313455bab 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2805,6 +2805,10 @@ ul.toolbarmenu li span.copy { background: none; } +.ui-dialog .tabbed.ui-tabs { + margin: -12px -8px 0 -8px; +} + .boxcontent.tabbed.ui-tabs { padding: 10px; } @@ -2813,7 +2817,7 @@ ul.toolbarmenu li span.copy { margin-bottom: 10px; } -.ui-dialog-content .tabsbar { +.ui-dialog-content .ui-tabs .tabsbar.ui-tabs-nav { margin-bottom: 0; } @@ -2836,6 +2840,12 @@ ul.toolbarmenu li span.copy { background: none; } +.ui-dialog .propform .ui-tabs-panel { + display: block; + background: #efefef; + padding: 0.5em 1em; +} + #image-selector-form.droptarget { background: url(images/filedrop.png) center bottom no-repeat; } |