reformat css

This commit is contained in:
Milan
2019-10-05 15:57:29 +02:00
parent edb2aa29d7
commit a80afcad99
16 changed files with 2008 additions and 1966 deletions

View File

@@ -1,39 +1,38 @@
#content .label{
width:10em;
padding:0;
margin:0;
color:#555;
#content .label {
width: 10em;
padding: 0;
margin: 0;
color: #555;
}
#content div.project{
width:45%;
#content div.project {
width: 45%;
}
#content div.editor{
clear:both;
#content div.editor {
clear: both;
}
#content div.view{
clear:both;
#content div.view {
clear: both;
}
#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 button,
#content div.editor div.buttons input {
margin-left: 1em;
}
#content div.view{
text-align:left;
#content div.view {
text-align: left;
}