Updated UI

This commit is contained in:
chrono
2013-11-24 20:55:24 +01:00
parent bf8a649905
commit 3db2f93df0
2 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ font-weight: normal;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: #3F3E3A url(assets/images/panel_bg.png) repeat;
background: #3F3E3A url('/picoreflow/assets/images/panel_bg.png') repeat;
-moz-box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
-webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
@@ -54,7 +54,7 @@ box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000;
}
.panel-heading {
background: #fafafa url('assets/images/page_bg.png') repeat-x;
background: #fafafa url('/picoreflow/assets/images/page_bg.png') repeat-x;
overflow: hidden;
}