[+] MO : CloudCache module
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14929 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
fieldset.cloudcache_fieldset td.cloudcache_column { padding: 0 18px; text-align: right; vertical-align: top;}
|
||||
fieldset.cloudcache_fieldset input[type=text] { width: 250px; }
|
||||
fieldset.cloudcache_fieldset input.cloudcache_button { margin-top: 10px; }
|
||||
fieldset.cloudcache_fieldset div#test_connection { margin-left: 18px; border: 1px solid #DFD5C3; padding: 5px; font-size: 11px; margin-bottom: 10px; width: 90%; }
|
||||
fieldset.cloudcache_fieldset a { color: #0000CC; font-weight: bold; text-decoration: underline; }
|
||||
.clear {clear: both; margin: 0 auto;}
|
||||
.current-page {border: 1px solid #000; padding: 3px;}
|
||||
.description {font-size: 11px; color: #777; font-style: italic; margin-top: 3px;}
|
||||
|
||||
.small { font-size: 10px; display: inline-block; }
|
||||
|
||||
.tabbed-form { margin: 0px; padding: 0px; }
|
||||
.tabbed-form.menu li { list-style: none; float: left; border: 1px solid #CCC; padding: 3px 6px; border-bottom: none;}
|
||||
.tabbed-form.menu li.active { background: #FFF; height: 22px; margin-top: -7px; border: 1px solid #AAA; border-bottom: none; position: relative; top: 2px;}
|
||||
.tabbed-form.menu li:hover { background: #FFF; cursor: pointer; }
|
||||
.tabbed-form.content { border: 1px solid #AAA; padding-left: 10px; background: #FFF;}
|
||||
.tabbed-form.content li { list-style: none; width: 100%; padding: 10px; }
|
||||
|
||||
span.tree-button { border: 1px solid #000000; font-size: 10px; height: 0; margin: 4px; padding: 0 2px; }
|
||||
span.tree-button:hover { background: #DDD; cursor: pointer; }
|
||||
.tree .details { display: none; margin: 5px 20px;}
|
||||
.tree table { vertical-align: middle; }
|
||||
.tree table td { padding: 0px 5px; min-width: 50px;}
|
||||
|
||||
.spaced-table { border-collapse: collapse }
|
||||
.spaced-table td {padding: 0px 5px; min-width: 50px; font-weight: bold; border-bottom: 1px dashed #E8E8E8;}
|
||||
|
||||
.spaced-table2 th{ min-width: 65px; }
|
||||
.spaced-table2 td{ max-width: 100px; }
|
||||
|
||||
.cloudcache-dialogbox { border: 1px solid #D8D8D8; padding: 10px; width: 90%; margin: 10px 0px;}
|
||||
.cloudcache-dialogbox input { margin: 5px 0px;}
|
||||
.cloudcache-dialogbox label{ padding: 0.2em 1.5em 0 0; width: 150px; }
|
||||
|
||||
.prepaid-bandwidth {
|
||||
background: none repeat scroll 0 0 #DDE9F7;
|
||||
border: 1px solid #50B0EC;
|
||||
font-size: 11px;
|
||||
left: 566px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
text-shadow: 0 1px 0 #FFFFFF;
|
||||
top: 26px;
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
.prepaid-bandwidth.coupon {
|
||||
left: 565px;
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.bandwidth-value { font-size: 30px; text-align: center; margin-top: 10px;}
|
||||
|
||||
.bold-td { font-weight: bold; }
|
||||
.hint { padding: 8px 6px 8px 42px; }
|
||||
|
||||
/* Aliases */
|
||||
.MB0 {margin-bottom: 0;}
|
||||
.MB10 {margin-bottom: 10px;}
|
||||
.MB20 {margin-bottom: 20px;}
|
||||
.MB30 {margin-bottom: 30px;}
|
||||
.MT0 {margin-top: 0;}
|
||||
.MT10 {margin-top: 10px;}
|
||||
.MT20 {margin-top: 20px;}
|
||||
.MT30 {margin-top: 30px;}
|
||||
.ML0 {margin-left: 0px;}
|
||||
.ML10 {margin-left: 10px;}
|
||||
.ML20 {margin-left: 20px;}
|
||||
.ML30 {margin-left: 30px;}
|
||||
.MR0 {margin-right: 0px;}
|
||||
.MR10 {margin-right: 10px;}
|
||||
.MR20 {margin-right: 20px;}
|
||||
.MR30 {margin-right: 30px;}
|
||||
.resetM {margin: 0;}
|
||||
.C { clear: both; margin: 0 auto; }
|
||||
.I {font-style: italic;}
|
||||
.L {float: left;}
|
||||
.R {float: right;}
|
||||
|
||||
/* jExcerpt */
|
||||
.jexcerpt-long {
|
||||
float: left;
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: #FFF;
|
||||
border: 1px solid #444;
|
||||
padding: 3px;
|
||||
margin: -3px;
|
||||
cursor: default;
|
||||
}
|
||||
.jexcerpt-short {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#requiredFieldsTranslation { display: none; }
|
||||
|
||||
/* Tabs */
|
||||
#menuTab {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
#menuTab li {
|
||||
text-align: left;
|
||||
float: left;
|
||||
display: inline;
|
||||
padding: 5px;
|
||||
padding-right: 10px;
|
||||
background: #EFEFEF;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
}
|
||||
#menuTab li.menuTabButton.selected {
|
||||
background: #FFFFF0;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
height: 20px;
|
||||
margin-bottom: -8px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
#tabList { clear: left; }
|
||||
.tabItem { display: none; }
|
||||
.tabItem.selected { display: block; background: #FFFFF0; border: 1px solid #CCCCCC; padding: 10px; padding-top: 20px; }
|
||||
Reference in New Issue
Block a user