diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-25 00:06:59 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-25 00:06:59 -0600 | 
| commit | ec67300f9628582bf735468c73aec3c01a6eb57f (patch) | |
| tree | adff7c0e79415019e4772e8bf4cbf380fe878b85 /themes | |
| parent | fae6d753e9107f16024e3de69483551a0bed2b59 (diff) | |
Cleanup pass. Fixed formatting, grouped a few selectors. Removed empty selectors.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/css/screen.css | 82 | 
1 files changed, 28 insertions, 54 deletions
| diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 0f2d504c..c7918fc0 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -28,17 +28,11 @@ p {    margin-bottom: 1em;  } -strong { -  font-weight: bold; -} -  em {    font-style: oblique;  } -/* Headings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ - -h1, h2, h3, h4, h5 { +h1, h2, h3, h4, h5, strong, th {    font-weight: bold;  } @@ -50,6 +44,10 @@ h1 {    margin-bottom: 1em;  } +#gProgress h1 { +  font-size: 1.1em; +} +  h2 {    font-size: 1.4em;  } @@ -68,7 +66,8 @@ a,  .gMenu a,  #gDialog a,  .gButtonLink, -.gButtonLink:hover { +.gButtonLink:hover, +.gButtonLink:active {    color: #5382BF !important;    text-decoration: none;    -moz-outline-style: none; @@ -91,6 +90,7 @@ a:hover,  #gForgotPasswordLink {    float: right; +  font-size: .9em;  }  #gDialog .gCancel { @@ -112,10 +112,6 @@ th {    text-align: left;  } -th { -  font-weight: bold; -} -  th,  td {    border: none; @@ -144,7 +140,9 @@ legend {  #gHeader legend,  #gSidebar legend, -#gContent #gSearchForm legend { +#gContent #gSearchForm legend, +input[type="hidden"], +.gShortForm label {    display: none;  } @@ -166,10 +164,6 @@ textarea {    color: #333;  } -input[type="hidden"] { -  display: none; -} -  textarea {    width: 100%;    height: 12em; @@ -368,10 +362,6 @@ form .gError,    padding: .4em 0;  } -.gShortForm label { -  display: none; -} -  .gShortForm input[type="text"] {    color: #666;    padding: .3em .6em; @@ -451,14 +441,6 @@ form .gError,    padding-left: 1em;  } -/* Album/Photo information ~~~~~~~~~~~~~~~ */ - -#gContent #gInfo { -} - -#gContent #gInfo .gDescription { -} -  /* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */  #gContent #gAlbumGrid { @@ -805,8 +787,6 @@ form .gError,  }  #gDialog { -  font-family: inherit; -  font-size: inherit;    text-align: left;  } @@ -884,6 +864,7 @@ form .gError,  }  /* Server Add */ +  .gCheckboxTree input {    display: inline;  } @@ -922,7 +903,7 @@ form .gError,    font-size: 1em;    padding: 0;    margin: 0; -  border-top-width: 0px; +  border-top-width: 0;  }  #gServerAdd p { @@ -933,10 +914,10 @@ form .gError,    padding: 10px 6px 10px 16px;  } -  /* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -#gPermissions .gDenied, #gPermissions .gAllowed { +#gPermissions .gDenied, +#gPermissions .gAllowed {    text-align: center;    vertical-align: middle;  } @@ -947,22 +928,18 @@ form .gError,    background-color: #cfc;  } -  /*************** STUFF THAT NEEDS A HOME ****************/ -#gProgress h1 { -  font-size: 1.1em; -}  .gProgressBar {    height: 1em;    width: 100%; -  margin-top: 0.5em; +  margin-top: .5em;    display: inline-block;  }  #gAddPhotos p { -  margin: 0px; -  padding: 0px; +  margin: 0; +  padding: 0;  }  #gAddPhotosCanvas { @@ -1026,13 +1003,15 @@ form .gError,    margin-bottom: 10px;  } -#gAdminG2ImportNotes p, #gAdminG2ImportDetails .gInfo p { -  padding: 0px; -  margin: 0px; +#gAdminG2ImportNotes p, +#gAdminG2ImportDetails .gInfo p { +  padding: 0; +  margin: 0;  } -#gAdminG2ImportNotes ul li, #gAdminG2Import .gInfo ul li { -  padding-left: 0px; +#gAdminG2ImportNotes ul li, +#gAdminG2Import .gInfo ul li { +  padding-left: 0;    margin-left: 20px;    list-style-type: disc;  } @@ -1044,7 +1023,8 @@ form .gError,  }  .rtl caption, -.rtl th { +.rtl th, +.rtl #gDialog {    text-align: right;  } @@ -1069,10 +1049,4 @@ form .gError,  .rtl .gButtonSet li,  .rtl .ui-icon-left .ui-icon {    float: right; -} - -.rtl #gDialog { -  font-family: inherit; -  font-size: inherit; -  text-align: right; -} +}
\ No newline at end of file | 
