diff --git a/Identity/Models/Css/Home/home.css b/Identity/Models/Css/Home/home.css index c9b3aee..a83c797 100755 --- a/Identity/Models/Css/Home/home.css +++ b/Identity/Models/Css/Home/home.css @@ -50,14 +50,14 @@ div#page-body { background-color: #F8F8F8; } -div#page-body div#left { +div#page-body div#content { margin-right: 180px; padding: 20px; border-right: 3px #EEE solid; background-color: #FFF; } -div#page-body div#right { +div#page-body div#content-links { float:right; width: 180px; font-size: small; @@ -128,7 +128,7 @@ div#page-header div.links div.trail { color: #fff; } -div#page-body div#left div.trail a { +div#page-body div#content div.trail a { font-size: small; margin-right: 5px; } @@ -162,12 +162,12 @@ div#page-header div.links div.trail span.last a { } div#page-header div.links div.trail span:after, -div#page-body div#left div.trail span:after { +div#page-body div#content div.trail span:after { content: "ยป"; } div#page-header div.links div.trail span.last:after, -div#page-body div#left div.trail span.last:after { +div#page-body div#content div.trail span.last:after { content: none; } @@ -292,22 +292,22 @@ div#page-body ul { list-style: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/ul.png") circle; } -div#page-body div#right ul { +div#page-body div#content-links ul { padding: 1em; margin: 0; list-style: none; border-top: 1px #EEE solid; } -div#page-body div#right ul.first { +div#page-body div#content-links ul.first { border-top: none; } -div#page-body div#right ul li { +div#page-body div#content-links ul li { padding: 2px; } -div#page-body div#right ul li.current { +div#page-body div#content-links ul li.current { font-weight: bold; } diff --git a/Identity/Models/Html/Home/forms.html b/Identity/Models/Html/Home/forms.html index fa5dfbf..ae155de 100644 --- a/Identity/Models/Html/Home/forms.html +++ b/Identity/Models/Html/Home/forms.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/headings.html b/Identity/Models/Html/Home/headings.html index 1d37b44..6009893 100644 --- a/Identity/Models/Html/Home/headings.html +++ b/Identity/Models/Html/Home/headings.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column starts here. --> @@ -186,7 +186,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/index.html b/Identity/Models/Html/Home/index.html index b240a3b..05283dc 100644 --- a/Identity/Models/Html/Home/index.html +++ b/Identity/Models/Html/Home/index.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/links.html b/Identity/Models/Html/Home/links.html index 90aa287..0e20ae2 100644 --- a/Identity/Models/Html/Home/links.html +++ b/Identity/Models/Html/Home/links.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/lists.html b/Identity/Models/Html/Home/lists.html index 8e84655..be93b5c 100644 --- a/Identity/Models/Html/Home/lists.html +++ b/Identity/Models/Html/Home/lists.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/pagination.html b/Identity/Models/Html/Home/pagination.html index 4a7deb6..c914424 100644 --- a/Identity/Models/Html/Home/pagination.html +++ b/Identity/Models/Html/Home/pagination.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/tables.html b/Identity/Models/Html/Home/tables.html index fdb7f2d..26a1a5b 100644 --- a/Identity/Models/Html/Home/tables.html +++ b/Identity/Models/Html/Home/tables.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this diff --git a/Identity/Models/Html/Home/texts.html b/Identity/Models/Html/Home/texts.html index a825d6a..907802c 100644 --- a/Identity/Models/Html/Home/texts.html +++ b/Identity/Models/Html/Home/texts.html @@ -165,7 +165,7 @@ <div id="page-body"> - <div id="right"> + <div id="content-links"> <!-- The content of right column goes here. @@ -189,7 +189,7 @@ </div> - <div id="left"> + <div id="content"> <!-- Application specific links for breadcrumbs sutff. Use this