Skip to content

Commit

Permalink
fix layout to be 100% heigth
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc authored and pgier committed May 11, 2012
1 parent 70e77c0 commit db9a94f
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 108 deletions.
102 changes: 48 additions & 54 deletions static/auth_error/eap.css
@@ -1,109 +1,103 @@
html,body {
background-color: #ececec!important;
background-image: none!important;
color: #555555!important;
font: 12px "Lucida Sans Unicode","Lucida Grande",sans-serif;
margin-top: 0;
background-color: #ececec !important;
background-image: none !important;
color: #555555;
font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height: 100%;
}
margin: 0;
padding: 0;
}

#container {
margin-top: 0;
max-width: 960px;
background: #8c9093!important;
border-right: 2px solid #8c9093!important;
border-left: 2px solid #8c9093!important;
width: 50%;
background-color: #ffffff;
border-right: 2px solid #8c9093 !important;
border-left: 2px solid #8c9093 !important;
margin: 0 auto;

-moz-box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;

-webkit-box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;

box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;
height: auto !important;
position: relative;
min-height: 100%;
-moz-box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
-webkit-box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
}

#content {
background-color: #ffffff;
border-bottom:1px solid #A7ABB4;
margin-top:4px;
margin-top: 4px;
height: 100%;
}
#content sub{
font-size: 12px;
}

#header {
position: relative;
height: 58px;
min-height:58px;
width:100%;
height: 58px;
min-height: 58px;
width: 100%;
background: url("images/header_bg.png") repeat-x scroll 0 0 #424242;
color:#ffffff;
color: #ffffff;
}

#footer {
height: 27px;
margin: 0 10px;
min-height:25px;
width:100%;
height: 27px;
min-height: 25px;
width: 100%;
color: #ffffff;
bottom: 0;
position: absolute;
background: #8c9093
}

.section {
margin-left: 170px;
margin-left: 170px;
margin-right: 170px;
padding-top:20px;
padding-top: 20px;
}

a {
color:#415d73;
outline : none;
color: #415d73;
outline: none;
}

a:hover {
text-decoration: underline;
}

a:active {
outline : none;
outline: none;
}

a:link {
outline : none;
outline: none;
}


H1 {
color:#424242;
color: #424242;
}

H2 {
color:#424242;
color: #424242;
}

sub {
color:#a3a7aa;
color: #a3a7aa;
}

.prod-version {
padding-top:20px;
padding-top: 20px;
padding-left: 4px;
padding-bottom: 2px;
font-size: 12pt!important;
font-size: 12pt !important;
font-weight: bold;
color: #dbdbdb!important;
vertical-align:bottom;
color: #dbdbdb !important;
vertical-align: bottom;
}

.WarnBlock {
color:#000000;
padding:15px;
color: #000000;
padding: 15px;
background-color: #FFD272; /* light yellow */
-moz-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
102 changes: 48 additions & 54 deletions static/welcome-content/eap.css
@@ -1,109 +1,103 @@
html,body {
background-color: #ececec!important;
background-image: none!important;
color: #555555!important;
font: 12px "Lucida Sans Unicode","Lucida Grande",sans-serif;
margin-top: 0;
background-color: #ececec !important;
background-image: none !important;
color: #555555;
font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height: 100%;
}
margin: 0;
padding: 0;
}

#container {
margin-top: 0;
max-width: 960px;
background: #8c9093!important;
border-right: 2px solid #8c9093!important;
border-left: 2px solid #8c9093!important;
width: 50%;
background-color: #ffffff;
border-right: 2px solid #8c9093 !important;
border-left: 2px solid #8c9093 !important;
margin: 0 auto;

-moz-box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;

-webkit-box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;

box-shadow: 6px 6px 6px #e3e3e3,
-6px 6px 6px #e3e3e3,
6px -6px 6px #e3e3e3,
-6px -6px 6px #e3e3e3;
height: auto !important;
position: relative;
min-height: 100%;
-moz-box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
-webkit-box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
box-shadow: 6px 6px 6px #e3e3e3, -6px 6px 6px #e3e3e3, 6px -6px 6px #e3e3e3, -6px -6px 6px #e3e3e3;
}

#content {
background-color: #ffffff;
border-bottom:1px solid #A7ABB4;
margin-top:4px;
margin-top: 4px;
height: 100%;
}
#content sub{
font-size: 12px;
}

#header {
position: relative;
height: 58px;
min-height:58px;
width:100%;
height: 58px;
min-height: 58px;
width: 100%;
background: url("images/header_bg.png") repeat-x scroll 0 0 #424242;
color:#ffffff;
color: #ffffff;
}

#footer {
height: 27px;
margin: 0 10px;
min-height:25px;
width:100%;
height: 27px;
min-height: 25px;
width: 100%;
color: #ffffff;
bottom: 0;
position: absolute;
background: #8c9093
}

.section {
margin-left: 170px;
margin-left: 170px;
margin-right: 170px;
padding-top:20px;
padding-top: 20px;
}

a {
color:#415d73;
outline : none;
color: #415d73;
outline: none;
}

a:hover {
text-decoration: underline;
}

a:active {
outline : none;
outline: none;
}

a:link {
outline : none;
outline: none;
}


H1 {
color:#424242;
color: #424242;
}

H2 {
color:#424242;
color: #424242;
}

sub {
color:#a3a7aa;
color: #a3a7aa;
}

.prod-version {
padding-top:20px;
padding-top: 20px;
padding-left: 4px;
padding-bottom: 2px;
font-size: 12pt!important;
font-size: 12pt !important;
font-weight: bold;
color: #dbdbdb!important;
vertical-align:bottom;
color: #dbdbdb !important;
vertical-align: bottom;
}

.WarnBlock {
color:#000000;
padding:15px;
color: #000000;
padding: 15px;
background-color: #FFD272; /* light yellow */
-moz-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

0 comments on commit db9a94f

Please sign in to comment.