Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.

This commit is contained in:
Chad Kieffer
2009-09-30 22:49:36 -06:00
parent 1f02c1ef6e
commit e1e8904e4a
31 changed files with 158 additions and 204 deletions
+6 -49
View File
@@ -67,7 +67,7 @@ h3 {
a,
.gMenu a,
#gDialog a,
#g-dialog a,
.g-button,
.g-button:hover,
.g-button:active,
@@ -80,7 +80,7 @@ button.ui-state-hover {
}
a:hover,
#gDialog a:hover {
#g-dialog a:hover {
text-decoration: underline;
}
@@ -88,21 +88,6 @@ a:hover,
text-decoration: none;
}
#gDialog .gCancel {
clear: none;
float: left;
margin: .3em 1em;
}
#gForgotPasswordLink {
float: right;
font-size: .9em;
}
#gDialog .gCancel {
float: left;
}
/* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {
@@ -782,7 +767,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
font-size: 0;
}
.gDialogLoadingLarge {
.g-dialogLoadingLarge {
background: url('../../../lib/images/loading-large.gif') no-repeat center center !important;
font-size: 0;
}
@@ -836,34 +821,6 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
opacity: .7;
}
#gDialog {
text-align: left;
}
#gDialog li {
padding-left: 0;
}
#gDialog form input[type="text"],
#gDialog form input[type="password"] {
width: 100%;
}
#gDialog #gLoginForm,
#gDialog #gAddUserForm,
#gDialog #gAddGroupForm {
margin: 0 auto;
width: 270px;
}
#gDialog fieldset {
border: none;
}
#gDialog legend {
display: none;
}
/* jQuery UI ThemeRoller buttons */
.gButtonSet {
@@ -1056,7 +1013,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
float: right;
}
#gTaskLogDialog h1 {
#gTaskLog-dialog h1 {
font-size: 1.1em;
}
@@ -1143,7 +1100,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
.rtl caption,
.rtl th,
.rtl #gDialog {
.rtl #g-dialog {
text-align: right;
}
@@ -1159,7 +1116,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
float: left;
}
.rtl #gDialog .gCancel,
.rtl #g-dialog .g-cancel,
.rtl form ul ul li,
.rtl input[type="submit"],
.rtl input[type="reset"],