Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions demo_files/includes/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {background:url(../images/site_bg.png) repeat #292929; text-align:center;}

#sub_nav >li>ul>li {padding:2px 10px 4px; display:inline-block; width:100%; font-size:14px; font-style:italic;}
#sub_nav >li>ul>li a {display:inline-block; width:90%; font-weight:normal;}
#sub_nav >li>ul>li:before {content:"\00bb\00a0";} /* "\00bb\00a0" = "� " Characters*/
#sub_nav >li>ul>li:before {content:"\00bb\00a0";} /* "\00bb\00a0" = "� " Characters*/
#sub_nav >li>ul>li:hover {background:#069;}
#sub_nav >li>ul>li:last-child {margin-bottom:2px;}

Expand Down Expand Up @@ -67,7 +67,7 @@ body {background:url(../images/site_bg.png) repeat #292929; text-align:center;}
width:60px; height:60px; padding:5px 5px 5px 15px; top:0; right:0;
border-bottom-left-radius:80px; border-top-left-radius:3px; border-bottom-right-radius:5px;
background:-webkit-radial-gradient(top right, ellipse cover, #fefcea 0%, #fc0 100%);
color:#333; text-align:center; overflow:hidden;"
color:#333; text-align:center; overflow:hidden;
}

/* Content Wraps --------------------------------------------------------------------------------------------------------------------------------------------- */
Expand Down Expand Up @@ -214,4 +214,4 @@ span.tooltip_trigger:after {content:"\2020"; vertical-align:7px; font-size:70%;
/* Messages --------------------------------------------------------------------------------------------------------------------------------------------------- */
#message {margin-bottom:10px; border:2px solid #333; font-size:18px; font-weight:bold; text-align:center;}
#message .status_msg {margin:0; padding:5px; background-color:#DF7;}
#message .error_msg {margin:0; padding:5px; background-color:#FAA;}
#message .error_msg {margin:0; padding:5px; background-color:#FAA;}