default.css: css reset

This commit is contained in:
Milan
2021-03-13 16:14:58 +01:00
parent ab59501208
commit 8e88fce44a
2 changed files with 29 additions and 52 deletions

View File

@@ -10,8 +10,6 @@
}
#content .label {
padding: 0;
margin: 0;
color: #555;
}
@@ -30,8 +28,6 @@
#content .right {
float: right;
padding: 0;
margin: 0;
}
#content .editor {
@@ -40,7 +36,6 @@
#content .editor div.buttons {
text-align: center;
padding: 0;
}
#content .editor div.buttons button,
@@ -56,8 +51,6 @@
}
*/
#imagePreview {
padding: 0;
margin: 0;
border: none;
width: 24px;
height: 24px;
@@ -84,18 +77,12 @@
background-color: #aaa;
}
#content .series table tr {
padding: 0;
margin: 0;
}
#content .series table td:nth-child(1) {
width: 10em;
}
#content .series table td {
padding: 6px;
margin: 0;
}
#content .editor .row {
@@ -114,21 +101,6 @@
min-height: 4em;
}
#content div.ui-tabs-panel,
#content div.editor,
#content div.row.schedule {
padding-left: 0;
padding-right: 0;
}
/* start of schedule */
#content div.cell {
margin-left: 6px;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#content div.cell.exclude,
#content div.cell.nextDay,
#content div.cell.weekday {
@@ -288,4 +260,4 @@ form {
#content .editor .row:nth-child(2n+1){
background:#eee;
}
*/
*/