diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 21:41:54 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 21:41:54 -0700 | 
| commit | e2e1aa06834125f10e03f929a41e527ec7c2f8ea (patch) | |
| tree | da2c9bff98de8dd151ea43cc46d7eb49d0bf7c58 /themes/admin_default/css | |
| parent | 1552f0fff77125fbd31f2689154f1ac57acda83f (diff) | |
1) Rename the basic_company_id and basic_event_id to default_*_id
2) Removed the tabs on the digibug admin page word count is now at 35.
3) Added a default link which resets the event and company id's to gallery's ids
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 52 | 
1 files changed, 8 insertions, 44 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 1653f115..d66115ef 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -458,18 +458,11 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {    text-indent: 110px;  } -.gDigibugTab { +.gDigibugAccount {    width: 820px;    height: 420px;  } -.gDigibugTab .gDigibugTitle { -  font-family: Georgia; -  font-size: 20px; -  font-weight: bold; -  padding-bottom: 10px; -} -  .gDigibugTab .gDigibugText {    font-size: 12px;    font-weight: bold; @@ -477,40 +470,6 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {    padding-bottom: 15px;  } -.gDigibugListItems ul { -  list-style-type: disc; -  padding-left: 20px; -  font-size: 12px; -  font-weight: bold; -  line-height: 15px; -} - -.gDigibugListItems ul li{ -  padding-top: 10px; -} - -.gDigibugRounded { -  background-color:#5C9CCC; -  color: white; -  width: 308px; -  height: 45px; -  text-align: center; -  line-height: 15px; -  margin-top: 10px; -  font-weight: bold; -  font-size: 12px; -  margin-left: 60px; -  margin-right: -50px; -  margin-left: 20px; -  margin-right: 0px; -} - -.gDigibugRounded a { -  color: white !important; -  font-weight: bold; -  text-decoration: underline; -} -  .gDigibugSignIn {    width: 115px;    float: left; @@ -523,9 +482,14 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {    text-decoration: underline;  } -.gDigibugAdvancedForm { +#gDigibugForm {    float: left;    padding-left: 30px; -  width: 180px; +  width: 220px;  } +.gDigibugDefault { +  clear: none; +  float: left; +  margin: .3em 1em; +}  | 
