File tree Expand file tree Collapse file tree 8 files changed +14
-12
lines changed
site_assets/bootstrap/css/design Expand file tree Collapse file tree 8 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,14 @@ a:focus {
111111.panel-footer {
112112 color : # 000 ;
113113 background-color : # BDBFBF ;
114+ border-top : 1px solid # 808080 ;
115+ border-bottom-right-radius : 3px ;
116+ border-bottom-left-radius : 3px ;
114117}
115118
116119.panel-body {
117120 color : # 000 ;
118- background-color : # BDBFBF ;
121+ background-color : # D3D3D3 ;
119122}
120123
121124.panel-info > .panel-heading {
@@ -128,7 +131,6 @@ a:focus {
128131 border-color : # 808080 ;
129132}
130133
131- .lightgrey {
132- background-color : # D3D3D3 ;
134+ .dropdown-menu {
135+ background-color : # D3D3D3 ;
133136}
134-
Original file line number Diff line number Diff line change 55 <div class =" panel-heading" >
66 <h4 class =" panel-title" ><i class =" fa fa-align-left fa-fw" ></i > Overview</h4 >
77 </div >
8- <div class =" panel-body text-center lightgrey " >
8+ <div class =" panel-body text-center" >
99 <div class =" row" >
1010 <div class =" col-lg-12" >
1111 { * Load our payout system so we can load some payout specific templates *}
Original file line number Diff line number Diff line change 1010 <ul class =" nav navbar-nav navbar-top-links" >
1111 <li class =" dropdown" >
1212 <a href =" #" class =" navbar-brand dropdown-toggle" data-toggle =" dropdown" >{ $GLOBAL .website.name} <b class =" caret" ></b ></a >
13- <ul class =" dropdown-menu lightgrey " >
13+ <ul class =" dropdown-menu" >
1414 { assign var= " PoolArray" value= " \n " |explode:$GLOBAL .config.poolnav_pools}
1515 { foreach from= $PoolArray item= pooldata}
1616 { assign var= " PoolURL" value= " |" |explode:$pooldata }
6565 <a class =" dropdown-toggle" data-toggle =" dropdown" href =" #" >
6666 <i class =" fa fa-user fa-fw" ></i > { if $GLOBAL .userdata.username|default } { $smarty .session.USERDATA.username|escape } { else } Guest{ /if } <i class =" fa fa-caret-down" ></i >
6767 </a >
68- <ul class =" dropdown-menu dropdown-user lightgrey " >
68+ <ul class =" dropdown-menu dropdown-user" >
6969 { if $smarty .session.AUTHENTICATED|default :" 0" == 1}
7070 <li ><a href =" { $smarty .server.SCRIPT_NAME} ?page=dashboard" ><i class =" fa fa-dashboard fa-fw" ></i > Dashboard</a >
7171 <li ><a href =" { $smarty .server.SCRIPT_NAME} ?page=account&action=edit" ><i class =" fa fa-gear fa-fw" ></i > Settings</a >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $(function () {
4040 <div class =" panel-heading" >
4141 <i class =" fa fa-th fa-fw" ></i > Block Shares
4242 </div >
43- <div class =" panel-body lightgrey " >
43+ <div class =" panel-body" >
4444 <ul class =" pager" >
4545 <li class =" previous" >
4646 <a href =" { $smarty .server.SCRIPT_NAME} ?page={ $smarty .request.page|escape } &action={ $smarty .request.action|escape } &height={ if is_array($BLOCKSFOUND ) && count($BLOCKSFOUND ) > ($BLOCKLIMIT - 1)} { $BLOCKSFOUND [$BLOCKLIMIT - 1].height} { /if } &prev=1" > &larr ; </a >
Original file line number Diff line number Diff line change 33 <div class =" panel-heading" >
44 Your vs. Pool Hashrate
55 </div >
6- <div class =" panel-body lightgrey " >
6+ <div class =" panel-body" >
77 <div id =" both-area-chart" ></div >
88 </div >
99 </div >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ $(function () {
100100 <div class="panel-heading">
101101 <i class="fa fa-signal fa-fw"></i> Stats
102102 </div>
103- <div class="panel-body lightgrey ">
103+ <div class="panel-body">
104104 <ul class="nav nav-pills" id="hashrategraph">
105105 <li><a href="#mine" data-toggle="tab">Mine</a></li>
106106 <li><a href="#pool" data-toggle="tab">Pool</a></li>
Original file line number Diff line number Diff line change 33 <div class =" panel-heading" >
44 Your Hashrate
55 </div >
6- <div class =" panel-body lightgrey " >
6+ <div class =" panel-body" >
77 <div id =" mine-area-chart" ></div >
88 </div >
99 </div >
Original file line number Diff line number Diff line change 33 <div class =" panel-heading" >
44 Pool Hashrate
55 </div >
6- <div class =" panel-body lightgrey " >
6+ <div class =" panel-body" >
77 <div id =" pool-area-chart" ></div >
88 </div >
99 </div >
You can’t perform that action at this time.
0 commit comments