made superficial design changes for fonts, etc.
This commit is contained in:
parent
cb69f1e3c3
commit
d38ddaf540
|
@ -2,10 +2,10 @@
|
||||||
{width:570px;
|
{width:570px;
|
||||||
height:100%; /*IS THIS REQUIRED??*/
|
height:100%; /*IS THIS REQUIRED??*/
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
color:#3b3b39;
|
color:#3b3b39; /*was originally f7bd00*/
|
||||||
font-size:14px;
|
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
|
||||||
|
font-size:12px;
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
|
||||||
padding:20px;
|
padding:20px;
|
||||||
margin-top:20px;
|
margin-top:20px;
|
||||||
-moz-border-radius:8px;
|
-moz-border-radius:8px;
|
||||||
|
|
|
@ -9,7 +9,7 @@ margin-left:auto;
|
||||||
position:relative;}
|
position:relative;}
|
||||||
|
|
||||||
#leftColumn
|
#leftColumn
|
||||||
{width:300px;
|
{width:296px;
|
||||||
height:620px; /*SANJ to change height in JS according to screen*/
|
height:620px; /*SANJ to change height in JS according to screen*/
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
margin-top:-8px; /*had to give this because of shadow*/
|
margin-top:-8px; /*had to give this because of shadow*/
|
||||||
|
@ -22,7 +22,8 @@ border-radius:8px;
|
||||||
box-shadow:2px 3px 20px #252425;
|
box-shadow:2px 3px 20px #252425;
|
||||||
position:relative;
|
position:relative;
|
||||||
float:left;
|
float:left;
|
||||||
padding-right:6px;}
|
padding-right:6px;
|
||||||
|
padding-left:4px;}
|
||||||
|
|
||||||
#topText
|
#topText
|
||||||
{font-size:24px;
|
{font-size:24px;
|
||||||
|
@ -109,9 +110,10 @@ border-top:1px solid #ececec;
|
||||||
-webkit-box-shadow:-3px 0px 6px #e0dfdf;
|
-webkit-box-shadow:-3px 0px 6px #e0dfdf;
|
||||||
box-shadow:-3px 0px 6px #e0dfdf;
|
box-shadow:-3px 0px 6px #e0dfdf;
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
|
padding:1px 1px;
|
||||||
color:#ffb80f;
|
color:#ffb80f;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
margin-right:6px;}
|
margin-right:1px;}
|
||||||
|
|
||||||
.innerSelected /*SANJ this is the extra class for the selected tabs*/
|
.innerSelected /*SANJ this is the extra class for the selected tabs*/
|
||||||
{-moz-border-radius-topright:8px;
|
{-moz-border-radius-topright:8px;
|
||||||
|
@ -121,7 +123,7 @@ border-top-right-radius:8px;
|
||||||
-webkit-border-top-left-radius:8px;
|
-webkit-border-top-left-radius:8px;
|
||||||
border-top-left-radius:8px;
|
border-top-left-radius:8px;
|
||||||
border:1px solid #ececec;
|
border:1px solid #ececec;
|
||||||
padding:2px 6px;
|
padding:1px 1px;
|
||||||
background-color:#f7bd00;
|
background-color:#f7bd00;
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
-moz-box-shadow:-3px -0px 6px #e0dfdf;
|
-moz-box-shadow:-3px -0px 6px #e0dfdf;
|
||||||
|
@ -200,16 +202,20 @@ margin-right:18px;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabListItem
|
.tabListItem
|
||||||
{text-overflow:ellipsis;
|
{/*text-overflow:ellipsis;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
width:100%;}
|
width:100%;*/}
|
||||||
|
|
||||||
#listLeft ul
|
#listLeft ul
|
||||||
{color:#898989; /*was originally f7bd00*/
|
{color:#979797; /*was originally f7bd00*/
|
||||||
|
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
|
||||||
|
font-size:14px;
|
||||||
|
line-height:18px;
|
||||||
|
font-weight:bold;
|
||||||
list-style-image:url(/static/images/noel/disc.png);
|
list-style-image:url(/static/images/noel/disc.png);
|
||||||
list-style-type:disc;
|
list-style-type:disc;
|
||||||
list-style-position:inside;
|
list-style-position:outside;
|
||||||
padding-left:16px;
|
padding-left:16px;
|
||||||
overflow:hidden; /*this prevents the box shadow from sticking out on the right*/
|
overflow:hidden; /*this prevents the box shadow from sticking out on the right*/
|
||||||
}
|
}
|
||||||
|
@ -227,8 +233,6 @@ padding-bottom:6px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#listLeft ul li a, #listLeft ul li a:link, #listLeft ul li a:visited, #listLeft ul li a:active
|
#listLeft ul li a, #listLeft ul li a:link, #listLeft ul li a:visited, #listLeft ul li a:active
|
||||||
{color:#898989;
|
{color:#898989;
|
||||||
text-decoration:none;}
|
text-decoration:none;}
|
||||||
|
|
|
@ -51,10 +51,10 @@ box-shadow:inset 2px 2px 6px #d7d7d7;} /*placeholder input text supported by ht
|
||||||
{outline:none;} /*to remove outline in webkit-browsers*/
|
{outline:none;} /*to remove outline in webkit-browsers*/
|
||||||
|
|
||||||
#homeIcon
|
#homeIcon
|
||||||
{display:block;
|
{/*display:block;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:413px;
|
left:413px;
|
||||||
top:69px;
|
top:69px;*/
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
#navMenu
|
#navMenu
|
||||||
|
@ -63,7 +63,7 @@ font-size:16px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:64px;
|
top:64px;
|
||||||
right:0px;
|
right:0px;
|
||||||
z-index:30;
|
z-index:50;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
text-align:left;}
|
text-align:left;}
|
||||||
|
|
||||||
|
@ -101,7 +101,8 @@ text-align:left;}
|
||||||
#navMenu li li
|
#navMenu li li
|
||||||
{width:180px;
|
{width:180px;
|
||||||
border-bottom:1px solid #e0e0e0;
|
border-bottom:1px solid #e0e0e0;
|
||||||
text-align:left;}
|
text-align:left;
|
||||||
|
box-shadow:1px 1px 6px #919191;}
|
||||||
|
|
||||||
#navMenu li li a
|
#navMenu li li a
|
||||||
{padding:2px 10px;
|
{padding:2px 10px;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 201 B |
|
@ -19,9 +19,9 @@
|
||||||
<form>
|
<form>
|
||||||
<input type="text" placeholder="search" name="field" id="search"/>
|
<input type="text" placeholder="search" name="field" id="search"/>
|
||||||
</form>
|
</form>
|
||||||
<a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a>
|
|
||||||
|
|
||||||
<ul id="navMenu">
|
<ul id="navMenu">
|
||||||
|
<li><a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
|
||||||
{% for m in menus %}
|
{% for m in menus %}
|
||||||
<li><a href="">{{ m.name }}</a>
|
<li><a href="">{{ m.name }}</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user