SAAS-948 - CSS overhaul for new show builder page

This commit is contained in:
Duncan Sommerville 2015-07-29 20:28:54 -04:00
parent 661a87dfbc
commit 8f5f0eb5fe
7 changed files with 426 additions and 115 deletions

View file

@ -2104,7 +2104,6 @@ input[type="submit"].btn.btn-mini {
text-decoration: none;
color: #ffffff;
background-color: #858585;
background-color: #858585;
background-image: -moz-linear-gradient(top, #858585, #686868);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#858585), to(#686868));
background-image: -webkit-linear-gradient(top, #858585, #686868);
@ -2118,7 +2117,6 @@ input[type="submit"].btn.btn-mini {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #0088cc;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));