CC-6114 - Remove New button from nav bar
This commit is contained in:
parent
d2f46882c1
commit
c1e2daaac4
3 changed files with 6 additions and 33 deletions
|
@ -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 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">
|
||||
<li id="new-playlist">
|
||||
<a href="#"><?php echo _("Playlist") ?></a>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -150,18 +150,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"</button>" +
|
||||
"</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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue