mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
css cleanup: main menu, misc - admin: fixes js issues
This commit is contained in:
@@ -1,35 +1,15 @@
|
||||
@import '../../../_shared/styles/variables';
|
||||
@import '../../../_shared/styles/main-menu';
|
||||
/******* MAINMENU ************************************************************/
|
||||
$mainMenuBottomBorder: none;
|
||||
|
||||
#mainMenu {
|
||||
height: $mainMenuHeight;
|
||||
line-height: $mainMenuLineHeight;
|
||||
vertical-align: middle;
|
||||
background-color: $mediumBackgroundColor;
|
||||
#mainLogo {
|
||||
margin:0 10px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
li , li span {//
|
||||
height: 40px;
|
||||
line-height: $mainMenuLineHeight;
|
||||
color: $mainMenuColor;
|
||||
}
|
||||
.right {
|
||||
li {
|
||||
border-left: 1px solid $mainMenuRightListBorderLeft;
|
||||
span {
|
||||
padding: 0 15px;
|
||||
}
|
||||
&.user {
|
||||
background: url('#{$iconsPath}icon_user.png') 15px 7px no-repeat;
|
||||
padding-left: 41px;
|
||||
&:hover {
|
||||
background-color: $bgInverseHoverColor;
|
||||
color: $textInverseHoverColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
$mainMenuBackgroundColor: $mediumBackgroundColor; //BFBFBF;
|
||||
$mainMenuBottomBorder: none;
|
||||
$mainMenuMarginBottom: 0;
|
||||
|
||||
$mainMenuLinkColor: $mainMenuLinkColor;
|
||||
$mainMenuLinkBackgroundHoverColor: $bgInverseHoverColor;
|
||||
$mainMenuLinkHoverColor: $textInverseHoverColor;
|
||||
|
||||
// already defined $mainMenuLinkColor: #212121;
|
||||
//$mainMenuLinkHoverColor: #BFBFBF;
|
||||
//$mainMenuLinkActiveColor: #BFBFBF;
|
||||
@import '../../../_shared/styles/main-menu';
|
||||
|
@@ -86,10 +86,217 @@
|
||||
float: left;
|
||||
}
|
||||
.diapo {
|
||||
width: 90px;
|
||||
overflow: hidden;
|
||||
.title {
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
&.pending_records {
|
||||
width: 50px;
|
||||
overflow: hidden;
|
||||
}
|
||||
&.ui-selected {
|
||||
background-color: #404040;
|
||||
}
|
||||
&.ui-selecting {
|
||||
background-color: #202020;
|
||||
}
|
||||
.thumb_wrapper {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.api_thumbnail {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
.duration_time {
|
||||
background-color: darken($darkerBackgroundColor, 10);
|
||||
color: $darkerTextColor;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-default.not_configured a {
|
||||
color: #888888;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active a {
|
||||
color: #0088CC;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active.not_configured a {
|
||||
color: #CCCCCC;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#dialog_publicator .dropdown-menu .divider {
|
||||
background-color: #515151;
|
||||
border-bottom: 1px solid #404040;
|
||||
margin: 3px 1px 3px 1px;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs .ui-tabs-panel.loading {
|
||||
background-image: url('#{$iconsPath}loader000.gif');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs-panel .PNB10.container {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#dialog_publicator .blockresponse .element {
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table .title {
|
||||
color: #0088CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table td.thumbnail {
|
||||
width: 140px;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table td.special {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs-panel .blockresponse a {
|
||||
color: #0088CC;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#dialog_publicator .element_menu .default_action,
|
||||
.element_menu .trigger {
|
||||
z-index: 444;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
border-color: #666
|
||||
}
|
||||
|
||||
#dialog_publicator .submenu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#dialog_publicator .multi_menu .submenu button {
|
||||
background-color: #313131;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
#dialog_publicator .multi_menu .submenu button.ui-state-hover {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active a {
|
||||
color: #0077BC;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_banner button {
|
||||
border: 1px solid #515151;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_banner .submenu.ui-buttonset {
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element {
|
||||
padding: 5px;
|
||||
color: $textPrimaryColor;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.odd {
|
||||
background-color: #404040;
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.even {
|
||||
background-color: #666666;
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.selected {
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element table .informations {
|
||||
width: 296px;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
|
||||
#ul_main_pub_tabs {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
right: auto;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px center;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Youtube {
|
||||
background-image: url('#{$iconsPath}youtube-small.gif');
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Dailymotion {
|
||||
background-image: url('#{$iconsPath}dailymotion-small.gif');
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Flickr {
|
||||
background-image: url('#{$iconsPath}flickr-small.gif');
|
||||
}
|
||||
|
||||
|
||||
#publicator_selection {
|
||||
height: 190px;
|
||||
bottom: auto;
|
||||
background-color: $lightBackgroundColor;
|
||||
> .PNB10 {
|
||||
overflow: auto;
|
||||
bottom: 50px;
|
||||
background-color: $darkerBackgroundColor;
|
||||
}
|
||||
}
|
||||
|
@@ -1,235 +1,4 @@
|
||||
/******* PUBLICATOR ***********************************************************/
|
||||
|
||||
#dialog_publicator .diapo {
|
||||
width: 90px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_thumbnail {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
#dialog_publicator .diapo.pending_records {
|
||||
width: 50px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-default.not_configured a {
|
||||
color: #888888;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active a {
|
||||
color: #0088CC;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active.not_configured a {
|
||||
color: #CCCCCC;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#publicator_selection {
|
||||
height: 190px;
|
||||
bottom: auto;
|
||||
background-color: $lightBackgroundColor;
|
||||
}
|
||||
|
||||
#publicator_selection > .PNB10 {
|
||||
overflow: auto;
|
||||
bottom: 50px;
|
||||
background-color: $darkerBackgroundColor;
|
||||
}
|
||||
|
||||
#publicator_selection .btn {
|
||||
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#dialog_publicator .dropdown-menu .divider {
|
||||
background-color: #515151;
|
||||
border-bottom: 1px solid #404040;
|
||||
margin: 3px 1px 3px 1px;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs .ui-tabs-panel.loading {
|
||||
background-image: url('#{$iconsPath}loader000.gif');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#dialog_publicator .diapo.ui-selected {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
#dialog_publicator .diapo.ui-selecting {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
|
||||
#ul_main_pub_tabs {
|
||||
width: 200px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
right: auto;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px center;
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Youtube {
|
||||
background-image: url('#{$iconsPath}youtube-small.gif');
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Dailymotion {
|
||||
background-image: url('#{$iconsPath}dailymotion-small.gif');
|
||||
}
|
||||
|
||||
#ul_main_pub_tabs li.bridge_Flickr {
|
||||
background-image: url('#{$iconsPath}flickr-small.gif');
|
||||
}
|
||||
|
||||
|
||||
#dialog_publicator .diapo .thumb_wrapper {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#dialog_publicator .duration_time {
|
||||
background-color: darken($darkerBackgroundColor, 10);
|
||||
color: $darkerTextColor;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs-panel .PNB10.container {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#dialog_publicator .blockresponse .element {
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table .title {
|
||||
color: #0088CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table td.thumbnail {
|
||||
width: 140px;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#dialog_publicator .element table td.special {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-tabs-panel .blockresponse a {
|
||||
color: #0088CC;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#dialog_publicator .element_menu .default_action,
|
||||
.element_menu .trigger {
|
||||
z-index: 444;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
border-color: #666
|
||||
}
|
||||
|
||||
#dialog_publicator .submenu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#dialog_publicator .multi_menu .submenu button {
|
||||
background-color: #313131;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
#dialog_publicator .multi_menu .submenu button.ui-state-hover {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
#dialog_publicator .ui-state-active a {
|
||||
color: #0077BC;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_banner button {
|
||||
border: 1px solid #515151;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_banner .submenu.ui-buttonset {
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element {
|
||||
padding: 5px;
|
||||
color: $textPrimaryColor;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.odd {
|
||||
background-color: #404040;
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.even {
|
||||
background-color: #666666;
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element.selected {
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
#dialog_publicator .api_content .element table .informations {
|
||||
width: 296px;
|
||||
}
|
||||
#modal_feed {
|
||||
form {
|
||||
.feeds {
|
||||
@@ -248,7 +17,7 @@
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
&.odd {
|
||||
background-color: $mediumBackgroundColor;
|
||||
background-color: lighten($darkerBackgroundColor, 5);
|
||||
color: $mediumTextColor;
|
||||
}
|
||||
&.hover {
|
||||
|
Reference in New Issue
Block a user