-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 1e14315.
- Loading branch information
Florent Gallardo
committed
Jun 13, 2014
1 parent
1e14315
commit eed6f7c
Showing
9 changed files
with
261 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,224 @@ | ||
div#templates {margin-bottom: 15px} | ||
div#templates .group-title {display: block; text-align: center; height: 40px; line-height: 40px;border-bottom: 1px solid #000;margin-bottom: 10px;text-transform:uppercase;} | ||
div#templates .icon-ok { margin-top: -3px } | ||
div#dashboard_actions {width:100%;height:30px;clear:both;} | ||
div#dashboard_actions div { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border: 1px solid #ccc; | ||
color: #666; | ||
font-size: 11px; | ||
font-weight: bold; | ||
padding: 3px 5px; | ||
text-align:center; | ||
float:left; | ||
margin:10px 20px; | ||
} | ||
|
||
div#templates .item-template { width: 20%;border: 1px solid #333; border-radius: 5px;margin: 2px 0 0 2px} | ||
div#templates .item-template .template-row { width: 100%;display:inline-block;} | ||
div#widget_sc_container { | ||
border: 1px solid #c9c9c9; | ||
-moz-border-radius: 3px; | ||
-webkit-border-radius: 3px; | ||
-khtml-border-radius: 3px; | ||
border-radius: 3px; | ||
margin: 10px 0 20px 10px; | ||
width: 50%; | ||
float:left; | ||
} | ||
|
||
div#widget_sc_container div#header_widget_sc_container { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border-bottom: 1px solid #ccc; | ||
border-top: 1px solid #fff; | ||
color: #666; | ||
font-size: 13px; | ||
font-weight: bold; | ||
padding: 8px 15px; | ||
text-align:center; | ||
} | ||
|
||
div#templates .item-template.w2 { width: 40%; } | ||
div#templates .item-template.w2 .template-row { width: 49%;display:inline-block;} | ||
div#widget_sc_container div#body_widget_sc_container {background-color:#fff;width:100%;min-height:100px;height:auto !important;height:100px;float:left;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;} | ||
div#widget_sc_container div#body_widget_sc_container div.widget_elt { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border: 1px solid #ccc; | ||
color: #666; | ||
font-size: 11px; | ||
font-weight: bold; | ||
padding: 3px 5px; | ||
text-align:center; | ||
float:left; | ||
margin:10px 20px; | ||
} | ||
|
||
div#templates .item-template.w3 { width: 60%; } | ||
div#templates .item-template.w3 .template-row { width: 32%;display:inline-block;} | ||
div#sidebar_container { | ||
border: 1px solid #c9c9c9; | ||
-moz-border-radius: 3px; | ||
-webkit-border-radius: 3px; | ||
-khtml-border-radius: 3px; | ||
border-radius: 3px; | ||
margin: 10px 0 20px 20px; | ||
width: 45%; | ||
float:left; | ||
} | ||
|
||
div#templates .item-template.w4 { width: 80%; } | ||
div#templates .item-template.w4 .template-row { width: 24%;display:inline-block;} | ||
div#sidebar_container div#header_sidebar_container { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border-bottom: 1px solid #ccc; | ||
border-top: 1px solid #fff; | ||
color: #666; | ||
font-size: 13px; | ||
font-weight: bold; | ||
padding: 8px 15px; | ||
text-align:center; | ||
position:relative; | ||
} | ||
div#sidebar_container div#header_sidebar_container span {position:absolute;top:0;right:0;margin:9px 12px 0 0;} | ||
|
||
div#templates .item-template.w5 { width: 100%; } | ||
div#templates .item-template.w5 .template-row { width: 19%;display:inline-block;} | ||
div#body_sidebar_container {background-color:#fff;width:100%;min-height:100px;height:auto !important;height:100px;float:left;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;} | ||
|
||
div#sidebar_container div.sidebar_elt {width:80%;margin:10px auto;border:1px solid #ccc;background-color:#fff;} | ||
|
||
div#sidebar_container div.header_sidebar_elt { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border-bottom: 1px solid #ccc; | ||
border-top: 1px solid #fff; | ||
color: #666; | ||
font-size: 12px; | ||
font-weight: bold; | ||
padding: 4px 15px; | ||
text-align:center; | ||
position:relative; | ||
} | ||
|
||
div#sidebar_container div.header_sidebar_elt span {position:absolute;top:0;right:0;margin:5px 12px 0 0;} | ||
div#sidebar_container div.header_sidebar_elt span.glyphicon-pencil, | ||
div#sidebar_container div.header_sidebar_elt span.glyphicon-edit {margin:5px 30px 0 0;} | ||
div#sidebar_container div.header_sidebar_elt span.glyphicon-magnet {margin:5px 87% 0 0;} | ||
|
||
div#sidebar_container div.body_sidebar_elt {background-color: #fff;min-height:50px;height:auto !important;height:50px;} | ||
|
||
div#sidebar_container div.body_sidebar_elt form {padding:10px;} | ||
|
||
div#sidebar_container div.body_sidebar_elt div.form_widget_element {width:80%;margin:10px auto;border:1px solid #ccc;postion:relative;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.header_form_widget_element { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border-top: 1px solid #fff; | ||
color: #666; | ||
font-size: 12px; | ||
font-weight: bold; | ||
padding: 4px 15px; | ||
text-align:center; | ||
cursor:pointer; | ||
position:relative; | ||
} | ||
|
||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.header_form_widget_element a {position:absolute;top:0;right:0;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.header_form_widget_element span {position:absolute;top:0;right:0;margin:5px 12px 0 0;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.header_form_widget_element span.glyphicon-pencil, | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.header_form_widget_element span.glyphicon-edit {margin:5px 30px 0 0;} | ||
|
||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element {background-color: #fff;display:none;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element .sidebar_select {display:none;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element .chosen-single {display:none;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element .chosen-drop {display:none;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.widget-body {border-top:1px solid #CCC;} | ||
|
||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.form-group label {width:95%;padding-left:5%;text-align:left;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.form-group label {width:95%;padding-left:5%;text-align:left;} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.form-group input, | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.form-group textarea{ | ||
width:90%;margin-left:5%; | ||
} | ||
div#sidebar_container div.body_sidebar_elt div.form_widget_element div.body_form_widget_element div.form-group label[for="bigfoot_bundle_contentbundle_staticcontenttype_template"] {display:none;} | ||
|
||
div#sidebar_container div#sidebar_filter {width:95%;float:left;margin: 10px 0 20px 20px;} | ||
|
||
div#sidebar_container div.sidebar_category { | ||
border: 1px solid #c9c9c9; | ||
-moz-border-radius: 3px; | ||
-webkit-border-radius: 3px; | ||
-khtml-border-radius: 3px; | ||
border-radius: 3px; | ||
margin: 10px 0 20px 20px; | ||
width:95%; | ||
float:left; | ||
} | ||
|
||
div#sidebar_container div.sidebar_category div.sidebar_category_header { | ||
background-color: #f8f8f8; | ||
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); | ||
background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); | ||
background: linear-gradient(top, #f8f8f8, #f2f2f2); | ||
border-top-right-radius: 3px; | ||
border-top-left-radius: 3px; | ||
text-shadow: 0px 1px #fff; | ||
border-bottom: 1px solid #ccc; | ||
border-top: 1px solid #fff; | ||
color: #666; | ||
font-size: 13px; | ||
font-weight: bold; | ||
padding: 8px 15px; | ||
text-align:center; | ||
position:relative; | ||
} | ||
|
||
div#sidebar_container div.sidebar_category div.sidebar_category_header span {position:absolute;top:0;right:0;margin:9px 12px 0 0;} | ||
|
||
div#sidebar_container div.sidebar_category div.sidebar_category_header span.glyphicon-pencil, | ||
div#sidebar_container div.sidebar_category div.sidebar_category_header span.glyphicon-edit {margin:9px 30px 0 0;} | ||
|
||
div#sidebar_container div.sidebar_category div.sidebar_category_body {background-color:#e2e0e0;width:100%;min-height:100px;height:auto !important;height:100px;float:left;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;} | ||
|
||
div#templates .template-row { text-align: center;position:relative;} | ||
div#templates .template-row:after {content:"";width:1px;height:60%;background:#acacac;position:absolute;top:27px;right:0; } | ||
div#templates .template-row:last-child:after {background:#fff;visibility: hidden;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.