fix icons and some styling
This commit is contained in:
28
css/form.css
28
css/form.css
@@ -12,4 +12,32 @@
|
||||
|
||||
.input-grid .last-item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
legend {
|
||||
display: table;
|
||||
float: left;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
+ * {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
padding: 8px 16px;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
background-color: #202020;
|
||||
box-shadow: 0 2px 5px 0px black;
|
||||
}
|
||||
|
||||
fieldset > *:last-child {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
body:not(:-moz-handler-blocked) fieldset {
|
||||
display: table-cell;
|
||||
}
|
Reference in New Issue
Block a user