reformat css
This commit is contained in:
@@ -1,36 +1,35 @@
|
||||
#content .label{
|
||||
width:10em;
|
||||
padding:0;
|
||||
margin:0;
|
||||
color:#555;
|
||||
#content .label {
|
||||
width: 10em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#content div.studio{
|
||||
min-width:40%;
|
||||
#content div.studio {
|
||||
min-width: 40%;
|
||||
}
|
||||
|
||||
#content div.editor{
|
||||
display:inline-block;
|
||||
#content div.editor {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#content div.editor div.right{
|
||||
float:right;
|
||||
padding:0;
|
||||
margin:0;
|
||||
#content div.editor div.right {
|
||||
float: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#content div.editor div.buttons{
|
||||
text-align:center;
|
||||
padding:0;
|
||||
#content div.editor div.buttons {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#content div.editor div.buttons button,
|
||||
#content div.editor div.buttons input{
|
||||
margin-left:1em;
|
||||
#content div.editor div.buttons input {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#content div.view{
|
||||
text-align:left;
|
||||
clear:both;
|
||||
#content div.view {
|
||||
text-align: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user