Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
CSS: make alerts display lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 20, 2014
1 parent 42b96a5 commit bde6fbc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/ajaxplorer.css
Expand Up @@ -1871,17 +1871,22 @@ div.detailed div.FL-inlineToolbar div.toolbarGroup {

#topPane div.FL-inlineToolbar{
position: absolute;
top: 4px;
right: 33px;
top: 6px;
right: 40px;
margin: 0;
display: none;
}

#topPane div.thumbnail_selectable_cell:hover div.FL-inlineToolbar {
display: block;
}

#topPane div.FL-inlineToolbar div.toolbarGroup{
min-width: 0;
}

#topPane div.FL-inlineToolbar span.ajxp_icon_span{
color:#ccc;
color:#eee;
}

#topPane div.FL-inlineToolbar span.actionbar_button_label{
Expand Down Expand Up @@ -1942,13 +1947,15 @@ div.class-FetchedResultPane > div.panelHeader
}

#notif_pane div.thumbLabel small {
display: none;
/*
font-style: italic;
opacity: 0.7;
display: block;
margin-left: 40px;
width: 217px;
overflow: hidden;
height: auto;
*/
}

#notif_pane div.thumbLabel {
Expand All @@ -1967,6 +1974,11 @@ div.class-FetchedResultPane > div.panelHeader
font-weight: lighter;
}

#topPane div.scrolling h3{
padding-right: 16px;
}


#topPane span.expand_label_hide,
#topPane small.expand_button_hide span.expand_label_show
{
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/media.css
Expand Up @@ -103,7 +103,7 @@ and (max-width : 400px){
display:none;
}
#search_engine_cont{
width:100% !important;
/*width:100% !important;*/
}
#buttons_bar_cont{
margin-left: 0;
Expand Down

0 comments on commit bde6fbc

Please sign in to comment.