Skip to content
Snippets Groups Projects
Commit 9d7ee06f authored by Seth Meranda's avatar Seth Meranda
Browse files

styles for dashboard page.

parent e42107ff
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
/*UNL Overrides*/
#wdn_navigation_bar {display:none; visibility:hidden;}
#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;}
#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;margin-bottom:20px;}
/* ***************************************
Tab Navigation - to be moved to UNL styles eventually
......@@ -116,17 +116,11 @@
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
#two_column_left_sidebar_maincontent_boxes {
margin:0 0px 20px 20px;
padding:0 0 5px 0;
width:708px;
background: #dedede;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background: none;
float:left;
}
#two_column_left_sidebar_boxes {
......@@ -136,22 +130,33 @@
float:left;
padding:0;
}
#two_column_left_sidebar_boxes .sidebarBox {
margin:0px 0 22px 0;
background: #dedede;
padding:4px 10px 10px 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
#two_column_left_sidebar_boxes .sidebarBox { /* Using ZEN Box Styles */
border:1px solid #ededed;
padding:5px;
margin-bottom:1em;
background: #f7f7f7;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
padding:0 0 5px 0;
font-size:1.25em;
line-height:1.2em;
color:#0054A7;
background:url('/wdn/templates_3.0/css/images/headingBGNuetral.gif') repeat-x bottom;
padding:5px;
margin:-6px;
color:#fff;
margin-bottom:5px;
font-size:1.1em;
font-weight: bold;
}
#two_column_left_sidebar_boxes .sidebarBox h3:after {
content:'';
width:20px;
height:10px;
display:block;
background:url('/wdn/templates_3.0/css/images/downIndicators.png') no-repeat -100px;
margin-left:30px;
margin-top:5px;
}
.contentWrapper {
background:white;
-webkit-border-radius: 8px;
......@@ -159,6 +164,20 @@
padding:10px;
margin:0 10px 10px 10px;
}
#maincontent .welcomemessage {
background:#FFFFCC;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border:2px solid #FFCC66;
padding:10px;
margin:0px;
}
#maincontent .welcomemessage h3 {
margin-bottom:-10px;
}
#maincontent .welcomemessage small {
font-size:.8em;
}
span.contentIntro p {
margin:0 0 0 0;
}
......@@ -1720,12 +1739,10 @@ a.toggle_customise_edit_panel:hover {
MISC.
*************************************** */
/* general page titles in main content area */
#content_area_user_title h2 {
margin:0 0 0 8px;
padding:5px;
color:#0054A7;
font-size:1.35em;
line-height:1.2em;
#content_area_user_title h2 {
padding-bottom:0;
border-bottom: #e5e5e5 2px solid;
margin-bottom:1.03em;
}
/* reusable generic collapsible box */
.collapsible_box {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment