rebase
This commit is contained in:
@@ -47,7 +47,8 @@ body {
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
word-wrap: break-word; }
|
||||
word-wrap: break-word;
|
||||
padding-left: 220px; }
|
||||
|
||||
.edit .demo:after {
|
||||
background-color: #F5F5F5;
|
||||
@@ -323,10 +324,59 @@ a.language-selected {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
display: inherit;
|
||||
/*font-family: inherit;*/
|
||||
/*font-size: inherit;*/
|
||||
line-height: inherit;
|
||||
margin: inherit;
|
||||
padding: inherit;
|
||||
-webkit-text-size-adjust: inherit;
|
||||
-ms-text-size-adjust: inherit; }
|
||||
.toolbox-reset .collapse {
|
||||
display: block; }
|
||||
.toolbox-reset .modal {
|
||||
left: inherit; }
|
||||
|
||||
/*
|
||||
* Stuff we've deleted that comes from the bootstrap-combined.css file
|
||||
*/
|
||||
.toolbox-reset .modal {
|
||||
position: fixed;
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
z-index: 1050;
|
||||
width: 560px;
|
||||
margin-left: -280px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #999;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
outline: none; }
|
||||
|
||||
.toolbox-reset .modal.fade {
|
||||
-webkit-transition: opacity .3s linear, top .3s ease-out;
|
||||
-moz-transition: opacity .3s linear, top .3s ease-out;
|
||||
-o-transition: opacity .3s linear, top .3s ease-out;
|
||||
transition: opacity .3s linear, top .3s ease-out;
|
||||
top: -25%; }
|
||||
|
||||
.toolbox-reset .modal.fade.in {
|
||||
top: 10%;
|
||||
display: inherit !important; }
|
||||
|
||||
#MD {
|
||||
width: 992px; }
|
||||
|
||||
#SM {
|
||||
width: 768px; }
|
||||
|
||||
#XS {
|
||||
width: 480px; }
|
||||
|
||||
#LG {
|
||||
width: 100%; }
|
||||
Reference in New Issue
Block a user