templates/style.css in masterview_generator-0.0.12 vs templates/style.css in masterview_generator-0.0.13
- old
+ new
@@ -30,19 +30,19 @@
background-color: red;
display: table;
}
/* data fields in form */
-.form_field {
+.form_div .field {
}
/* label in form */
-.form_label {
+.form_div .label {
}
/* each record in form */
-.form_record {
+.form_div .record {
}
/* all labels whether in show or form */
.label {
text-align: right;
@@ -56,19 +56,19 @@
/* list div containing table */
.list {
}
/* list data field */
-.list_data {
+.list td {
}
/* list heading */
-.list_heading {
+.list th {
}
/* list operation - action links */
-.list_operation {
+.list td a {
}
/* main div top level div next to messages */
.main {
}
@@ -82,36 +82,38 @@
.operation {
}
/* operations - div containing buttons for form */
.operations {
+ position: relative;
+ left: 130px;
}
/* each record whether on show or form */
.record {
margin-bottom: 10px;
clear: left;
}
/* data field on show */
-.show_field {
+.show_div .field {
}
/* labels on show */
-.show_label {
+.show_div .label {
}
/* records on show */
-.show_record {
+.show_div .record {
}
/* sidebar div containing navigation options for page */
.sidebar {
}
#ErrorExplanation {
width: 400px;
- border: 2px solid #red;
+ border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}