117 lines
2.2 KiB
CSS
117 lines
2.2 KiB
CSS
.powerkit_basic_shortcodes_wrap {
|
|
position: relative;
|
|
margin: 0;
|
|
height: 97.5%;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_wrap .form-table td,
|
|
.powerkit_basic_shortcodes_wrap .form-table th {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs {
|
|
width: 200px;
|
|
height: 100%;
|
|
min-height: 100%;
|
|
background: #f9f9f9;
|
|
border-left: 1px solid #EEE;
|
|
float: right;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
font-family: Helvetica, Arial;
|
|
color: #333;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs ul {
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs ul li {
|
|
width: 201px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs li.current {
|
|
display: block;
|
|
margin: 0px;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs li.current a {
|
|
background: #FFF;
|
|
box-shadow: 0 -1px 0 #eee;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs ul li a {
|
|
display: block;
|
|
padding: 14px 20px;
|
|
font-size: 12px;
|
|
color: #333;
|
|
text-decoration: none;
|
|
box-shadow: 0 -1px 0 #eee;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs ul li:last-child a {
|
|
box-shadow: 0 -1px 0 #eee, 0 1px 0 #eee;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs_sections {
|
|
overflow: auto;
|
|
height: 100%;
|
|
position: relative;
|
|
padding: 0 20px 0 0;
|
|
margin: 0;
|
|
background: #FFF;
|
|
}
|
|
|
|
.powerkit_basic_shortcodes_tabs_sections table tr th small {
|
|
display: block;
|
|
margin-top: 5px;
|
|
color: #777777;
|
|
}
|
|
|
|
/* Repeater */
|
|
.powerkit_basic_shortcodes_wrap .basic-shortcodes-repeater-field .form-table th,
|
|
.powerkit_basic_shortcodes_wrap .basic-shortcodes-repeater-field .form-table td {
|
|
padding: 0;
|
|
}
|
|
|
|
.basic-shortcodes-repeater-field th,
|
|
.basic-shortcodes-repeater-field td {
|
|
display: block;
|
|
padding: 0 0 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.basic-shortcodes-repeater-field tfoot {
|
|
text-align: left;
|
|
}
|
|
|
|
.basic-shortcodes-repeater-field tfoot th {
|
|
display: none;
|
|
}
|
|
|
|
/* TB_window */
|
|
#TB_window.powerkit_basic_shortcodes_window #TB_ajaxContent {
|
|
padding: 0 0 30px 0;
|
|
width: 100% !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#TB_window.powerkit_basic_shortcodes_window #TB_ajaxContent ul {
|
|
margin: 0;
|
|
}
|
|
|
|
#TB_window.powerkit_basic_shortcodes_window #TB_ajaxContent li {
|
|
margin: 0;
|
|
}
|
|
|
|
#TB_window.powerkit_basic_shortcodes_window #TB_ajaxContent li:before {
|
|
display: none;
|
|
}
|