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
8 changes: 4 additions & 4 deletions theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ h6 {color: #000;font-size: 14px;line-height: 26px;font-weight: 400;-webkit-text-
.right15{ margin-right: 15px!important;color: #ccc;}
.offset-0{ padding-left: 0; padding-right: 0;}
.wrapper{ width: 100%; padding: 100px 0px 30px 0 ;}
.topbar{ width: 100%; background-color:#222; padding:0px; color: #ccc; font-size: 11px; letter-spacing: 1px; height: 28px;}
.topbar{ width: 100%; background-color:#444; padding:0px; color: #ccc; font-size: 11px; letter-spacing: 1px; height: 28px;}
.tollNum{ padding-top: 5px;}
.account-link{ width: 100%; float: right;}
.account-link ul{ margin: 0; padding: 0; list-style: none; text-align: right}
.account-link ul li{ display: inline-block; margin-right: 0px; background:#333; text-align: right; position: relative; }
.account-link ul li a{ display: block; padding: 0px 15px; line-height: 28px;color: #ccc!important;}
.srchBox {height:auto;display:none;background:#222;padding:5px 0;;width:300px; top: 28px; right: 0; position: absolute; padding: 15px;z-index: 999; box-shadow: 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-o-box-shadow: 0 0 2px rgba(0,0,0,0.4);}
-moz-box-shadow: 0 0 2px rgba(1,1,1,0.4);
-webkit-box-shadow: 0 0 2px rgba(1,1,1,0.4);
-o-box-shadow: 0 0 2px rgba(1,1,1,0.4);}
.srchBox i{ float: left; color: #666; margin: 5px 10px 0 0px; font-size: 13px;}
.srchBox input[type="text"]{ width:86%; padding:0px;background:#333; border: none; float: left; margin-right: 6px; color: #999; margin-left: 2px; height: 30px; padding: 0 10px;}
.srchBox input[type="submit"]{ background: #444; border:1px solid #555; text-align: center; padding: 0px; float: right; height:34px;color: #999; }
Expand Down