Thomas Bruederli
2014-06-20 9a6e6e3abf654ffb33f8143ee64bf9259a594e3e
Global styles for tabbed forms in ui-dialogs
1 files modified
12 ■■■■■ changed files
skins/larry/styles.css 12 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css
@@ -2805,6 +2805,10 @@
    background: none;
}
.ui-dialog .tabbed.ui-tabs {
    margin: -12px -8px 0 -8px;
}
.boxcontent.tabbed.ui-tabs {
    padding: 10px;
}
@@ -2813,7 +2817,7 @@
    margin-bottom: 10px;
}
.ui-dialog-content .tabsbar {
.ui-dialog-content .ui-tabs .tabsbar.ui-tabs-nav {
    margin-bottom: 0;
}
@@ -2836,6 +2840,12 @@
    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;
}