Ticket #268: More style improvements, removing use of GuacAdmin.Form. UI currently broken in transition.

This commit is contained in:
Michael Jumper
2013-02-13 13:37:00 -08:00
parent 1edb05cb13
commit f942c3c161
5 changed files with 165 additions and 69 deletions

View File

@@ -38,6 +38,7 @@ input[type=text], input[type=password] {
-khtml-border-radius: 0.2em;
border-radius: 0.2em;
width: 100%;
padding: 0.25em;
}
button {
@@ -220,7 +221,7 @@ div.section {
position: absolute;
display: inline-block;
vertical-align: top;
vertical-align: middle;
z-index: 1;
border: 1px solid rgba(0, 0, 0, 0.5);
@@ -240,7 +241,7 @@ div.section {
.form .fields th {
font-weight: normal;
font-size: 0.8em;
vertical-align: top;
vertical-align: middle;
text-align: left;
}
@@ -275,6 +276,10 @@ div.section {
}
.form input {
width: auto;
}
/*
* List element icons
*/