diff --git a/public/index.html b/public/index.html index 49166dd..665a9e3 100644 --- a/public/index.html +++ b/public/index.html @@ -74,7 +74,6 @@ 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; overflow: hidden; - padding-top: 20px; } .btn-group { @@ -91,6 +90,23 @@ box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000; background-color: #75890c; } +.btn-success { + background-image: linear-gradient(to bottom,#5c6b09 100%,#75890c 100%); + background-color: #75890c; +} + +.progress { + background: #000; +} + +.modal-content { +background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); +} + +.modal-body { + background: #fafafa; +} + @@ -106,9 +122,9 @@ box-shadow: 0 0 1.1em 0 rgba(0,0,0,0.35),inset 0 0 9px 2px #000; 76 C -