Private GIT

Skip to content
Snippets Groups Projects
Commit 6ffc5d1c authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Moved 'upgrade-notification' related CSS from the config to default.css since...

Moved 'upgrade-notification' related CSS from the config to default.css since this should be grouped with the other incl_top related css.
Tweaked it slightly to reflect a recent font size change which resulted in a cosmetic problem.
*Note to self* Do not use %'s for font-size in the future.
parent 15da1fc9
Branches
Tags
No related merge requests found
...@@ -51,9 +51,6 @@ ...@@ -51,9 +51,6 @@
#config div.metadataDiv .disabled{color:#ccc;} #config div.metadataDiv .disabled{color:#ccc;}
#config div #metadataLegend{font-size:14px;font-family:Verdana;font-weight:900;display:block;width:auto;text-align:center;padding-bottom:3px;} #config div #metadataLegend{font-size:14px;font-family:Verdana;font-weight:900;display:block;width:auto;text-align:center;padding-bottom:3px;}
#upgrade-notification{line-height:1;color:#57442b;font-size:130%;font-weight:700;height:0;left:0;text-align:center;top:0;width:100%;z-index:100;margin:0;padding:0;}
#upgrade-notification div{background-color:#c6b695;border-bottom:1px solid #af986b;padding:7px 0;}
#header-fix{*margin-bottom: -31px; /* IE fix */height:21px;padding:0;}
.infoTable {border-collapse: collapse;} .infoTable {border-collapse: collapse;}
.infoTableHeader, .infoTableCell {padding: 5px;} .infoTableHeader, .infoTableCell {padding: 5px;}
.infoTableHeader{font-weight:700;} .infoTableHeader{font-weight:700;}
......
...@@ -35,6 +35,10 @@ display:inline; ...@@ -35,6 +35,10 @@ display:inline;
/* --------------------------------------------- */ /* --------------------------------------------- */
/* these are for incl_top.tmpl */ /* these are for incl_top.tmpl */
#upgrade-notification{line-height:1;color:#57442b;font-size:130%;font-weight:700;height:0;left:0;text-align:center;top:0;width:100%;z-index:100;margin:0;padding:0;}
#upgrade-notification div{background-color:#c6b695;border-bottom:1px solid #af986b;padding:7px 0;}
#header-fix{*margin-bottom: -31px; /* IE fix */height:21px;padding:0;}
#header { #header {
background-color:#fff; background-color:#fff;
padding: 5px 0; padding: 5px 0;
...@@ -336,8 +340,9 @@ margin-left: auto; ...@@ -336,8 +340,9 @@ margin-left: auto;
margin-right: auto; margin-right: auto;
width: 480px; width: 480px;
} }
div#addShowPortal button { padding: 10px; width: 100%; }
div#addShowPortal button div.button img{ position: absolute; display: block; overflow: hidden; top: 35%; padding-left: 0.4em; text-align: center;} div#addShowPortal button { padding: 10px; }
div#addShowPortal button div.button img{ position: absolute; display: block; top: 35%; padding-left: 0.4em; text-align: center; }
div#addShowPortal button .buttontext { position: relative; display: block; padding: 0.1em 0.4em 0.1em 4.4em; text-align: left; } div#addShowPortal button .buttontext { position: relative; display: block; padding: 0.1em 0.4em 0.1em 4.4em; text-align: left; }
#rootDirs, #rootDirsControls { width: 50%; min-width: 400px; } #rootDirs, #rootDirsControls { width: 50%; min-width: 400px; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment