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

@ -55,9 +55,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<div id="media_type_nav"> <!-- class="content-pane" --> <div id="media_type_nav"> <!-- class="content-pane" -->
<div class="btn-group"> <div class="btn-group">
<button id="new_media_selector" class="btn btn-small dropdown-toggle dashboard-btn" data-toggle="dropdown">
New <span class="caret"></span>
</button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li id="new-playlist"> <li id="new-playlist">
<a href="#"><?php echo _("Playlist") ?></a> <a href="#"><?php echo _("Playlist") ?></a>

View file

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

View file

@ -150,18 +150,6 @@ var AIRTIME = (function(AIRTIME) {
"</button>" + "</button>" +
"</div>" "</div>"
); );
//).append(
// "<div class='btn-group'>" +
// "<button class='btn btn-small dropdown-toggle' data-toggle='dropdown'>" +
// $.i18n._("Select") + " <span class='caret'></span>" +
// "</button>" +
// "<ul class='dropdown-menu'>" +
// "<li id='sb-select-page'><a href='#'>" + $.i18n._("Select this page") + "</a></li>" +
// "<li id='sb-dselect-page'><a href='#'>" + $.i18n._("Deselect this page") + "</a></li>" +
// "<li id='sb-dselect-all'><a href='#'>" + $.i18n._("Deselect all") + "</a></li>" +
// "</ul>" +
// "</div>"
//);
}; };
mod.moveSearchBarToHeader = function() { mod.moveSearchBarToHeader = function() {