CC-6114 - Remove New button from nav bar

This commit is contained in:
Duncan Sommerville 2015-08-31 13:48:22 -04:00
parent d2f46882c1
commit c1e2daaac4
3 changed files with 6 additions and 33 deletions

View file

@ -303,7 +303,7 @@ select {
}
.text-row {
height:30px;
padding:0px 0 0;
padding:0;
font-size:12px;
text-wrap:none;
text-indent:2px;
@ -469,7 +469,6 @@ select {
border:1px solid #555555;
border-width:1px 0;
border-bottom-color:#1e1e1e;
color:#fff;
color:#0C0;
text-shadow: #000 0px -1px;
display:block;
@ -1088,8 +1087,7 @@ input[type="checkbox"] {
width:420px;
border:1px solid #181818;
border-width: 0 0 1px 0;
padding:0;
padding-top:60px;
padding: 60px 0 0;
}
.login_box h2 {
@ -1154,8 +1152,6 @@ input[type="checkbox"] {
text-align:left;
}
.login-content dl, .login-content dl.zend_form {
margin: 12px 0 0 0;
margin-bottom:8px;
margin:0;
padding:0;
width:100%;
@ -1341,10 +1337,6 @@ input[type="checkbox"] {
margin: 0;
}
.dataTables_scrolling {
/*min-height: 150px;*/
}
.ui-dialog #schedule_playlist_dialog.ui-dialog-content {
padding:0;
}
@ -1490,10 +1482,6 @@ div.ui-datepicker {
min-width: 150px;
}
.sh_pl_creator {
}
#schedule_playlist_chosen li > h3 > div.sh_pl_time {
float:right;
margin-right:22px;
@ -1571,10 +1559,6 @@ h2#scheduled_playlist_name span {
/* --- Add show Dialog --- */
#add_show_name {
}
#add_show_description {
width: 400px;
height: 200px;
@ -3276,6 +3260,10 @@ dd .stream-status {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868686', endColorstr='#535353', GradientType=0);
}---*/
#add_media_btn {
width: 100%;
}
.add-show-submit.btn:hover {
background-position: 0 -30px !important;
background-color: #292929;