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

Commit

Permalink
Fix css for selection cart and searchengine. Close #1082
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 17, 2016
1 parent b6911c5 commit 7aae0dc
Show file tree
Hide file tree
Showing 16 changed files with 115 additions and 115 deletions.
29 changes: 23 additions & 6 deletions core/src/plugins/action.cart/manifest.xml
Expand Up @@ -49,6 +49,17 @@
top: 12px;
right: 10px;
}
#action_cart #display_toolbar span.actionbar_button_label,
#search_panel div#display_toolbar span.actionbar_button_label
{
display: none;
}
#action_cart #display_toolbar a{
padding: 0 4px;
}
#action_cart #display_toolbar a.disabled {
display: none;
}
#action_cart div.tabulatorContainer.panelHeader{
margin: 0 15px;
border-radius: 5px;
Expand All @@ -63,18 +74,24 @@
min-height: 180px;
}
#action_cart .innerTabulator span.toggleHeader{
background-color: #E2DECB;
border: 1px solid #E2DECB;
color: #555;
border-radius: 16px;
border: 0;
border-bottom: 2px solid #E2DECB;
border-radius: 0;
margin-right: 4px;
padding: 2px 6px;
background: transparent;
color: white;
}
#action_cart .innerTabulator span.toggleHeader.toggleInactive{
background-color: transparent;
color: #ccc;
color: rgba(255, 255, 255, 0.47);
border-color: transparent;
}
#search_panel div#display_toolbar {
float: right;
display: inline-block;
min-width: 60px;
text-align: right;
margin-right: 40px;
margin-top: 5px;
}
Expand All @@ -83,7 +100,7 @@
font-size: 1.4em;
}
#action_cart div.class-FetchedResultPane{
border-radius: 15px;
border-radius: 8px;
margin: 0px 15px 10px;
background-color: rgba(255, 255, 255, 0.1);
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/editor.codemirror/manifest.xml
Expand Up @@ -10,7 +10,7 @@
</resources>
</client_settings>
<clientForm id="codemirror_box"><![CDATA[
<div id="codemirror_box" action="editer" box_width="80%" box_height="90%" box_padding="0" box_resize="true" class="editor_container forceComputeFit">
<div id="codemirror_box" action="editer" box_width="80%" box_height="90%" box_padding="0" box_resize="true" class="editor_container forceComputeFit forceComputeFitChildren">
<div class="action_bar full_width_action_bar" style="position:relative;">
<div align="right" style="height: 21px;position: absolute;right: 5px;bottom: 3px;">
<span style="font-size:10px; display:none;" message_id="AJXP_MESSAGE[code_mirror.6]">AJXP_MESSAGE[code_mirror.6]</span><input placeholder="AJXP_MESSAGE[code_mirror.6]" type="text" style="width: 24px; text-align:center;height: 16px; padding: 0px 1px 0px 0px; border: 1px solid rgb(204, 204, 204); margin-right:5px;" id="goto_line"><span style="font-size:10px;" message_id="AJXP_MESSAGE[code_mirror.9]">AJXP_MESSAGE[code_mirror.9]</span> <input type="text" style="text-align: left; width: 80px; height: 16px; padding: 0px 1px 0px 0px; border: 1px solid rgb(204, 204, 204);" placeholder="AJXP_MESSAGE[87]" value="" id="text_search">
Expand Down
Expand Up @@ -301,7 +301,7 @@ function fitHeightToBottom(element, parentElement, addMarginBottom, listen, minO
{
element = $(element);
if(!element) return;
if(Modernizr.flexbox && element.parentNode && !element.hasClassName('forceComputeFit') && !element.up('.forceComputeFit')
if(Modernizr.flexbox && element.parentNode && !element.hasClassName('forceComputeFit') && !element.up('.forceComputeFitChildren')
&& !element.parentNode.hasClassName('horizontal_layout')
&& !element.hasClassName('dialogContent') && !element.up(".dialogContent")
){
Expand Down
Expand Up @@ -3,7 +3,11 @@
}

body{
font-family: @fontStandard;
font-family: @fontReact;
}

h3{
font-weight: 500;
}

/*
Expand Down
Expand Up @@ -184,7 +184,6 @@ div.shadow_class
}
.SF_label{
text-transform: none;
letter-spacing: normal;
font-size: 12px;
margin-bottom: -3px;
}
Expand Down
Expand Up @@ -57,7 +57,6 @@ div.oneFieldForm {
display: inline-block;
float: left;
font-size: 13px;
letter-spacing: 1px;
margin-left: 12px;
outline: none;
overflow: visible;
Expand All @@ -81,7 +80,6 @@ div.oneFieldForm {
display: inline-block;
float: left;
font-size: 13px;
letter-spacing: 1px;
margin-left: 12px;
outline: none;
overflow: visible;
Expand Down Expand Up @@ -199,10 +197,8 @@ div.SF_disabled {
font-style:italic;
}
div.SF_label {
letter-spacing: 1px;
line-height: 22px !important;
margin-top: 3px;
text-transform: uppercase;
width: 100% !important;
}
input.SF_fieldCheckBox {
Expand Down Expand Up @@ -407,7 +403,6 @@ select.SF_input {
div.SF_label {
color: rgb(140, 140, 140);
font-size: 11px;
letter-spacing: 0;
line-height: 14px !important;
margin-left: 0;
margin-top: 17px;
Expand Down
Expand Up @@ -243,7 +243,6 @@ div.menu {

span.menu_description{
display: block;
letter-spacing: 0;
line-height: 16px;
font-size: @menu_font_size_smaller;
color: white;
Expand Down Expand Up @@ -290,7 +289,6 @@ div.menu {
a{
padding: 8px 5px 7px 20px;
text-align:right;
letter-spacing: 1px;
img{
margin-right: 0;
margin-left:5px;
Expand Down Expand Up @@ -325,7 +323,6 @@ div.menu {
padding: 13px 8px 15px;
text-align: left;
font-size: @menu_font_size_bigger + 2px;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
}
Expand All @@ -347,7 +344,6 @@ div.menu {
display: block;
padding: 8px 5px 8px 6px;
color: #fff;
letter-spacing: 1px;
img {
margin-right:5px;
border: 0;
Expand Down
Expand Up @@ -43,7 +43,6 @@
margin: 18px 18px;
overflow-y: auto;
max-height: 120px;
letter-spacing: 0;
line-height: @messagebox_font_size + 4px;
&::before {
font-weight: normal;
Expand Down
Expand Up @@ -135,8 +135,9 @@

.search_label.close{
display: block;
font-size: 30px;
padding: 15px 10px 17px;
font-size: 20px;
padding: 15px 10px 10px;
color: white;
}

.close_results.icon-remove-sign {
Expand Down Expand Up @@ -206,17 +207,17 @@
clear: left;
overflow: hidden;
margin-bottom: 10px;
margin-left: 12px;
margin-right: 7px;
&:first-child{
margin-top: 10px;
}
}

h3 {
font-size: 20px;
margin: 10px 13px 10px 14px;
color: rgb(81, 81, 81);
border-bottom: 1px solid rgb(116, 116, 116);
padding: 5px 0;
h3 {
font-size: 20px;
margin: 10px 1% 0 0;
color: rgb(81, 81, 81);
padding: 5px 0;
}
}

div#element_overlay {
Expand All @@ -229,28 +230,36 @@
}

div.thumbnail_selectable_cell.detailed{
border-radius: 6px;
width:45%;
margin: 0 1% !important;
padding-top: 0;
padding-bottom: 10px;
cursor: pointer;
border-radius: 3px;
width:49%;
margin: 0.5% 1% 0.5% 0 !important;
box-sizing: border-box;
padding: 8px 16px 16px 5px;
overflow: hidden;
height: 71px;
border-bottom: none;
background-color: white;
box-shadow: @reactBoxShadowDepthMini;
div.thumbnail_cell_metadata {
/*opacity: 1;*/
}
span.text_label{
padding-top: 0;
}
div.thumbLabel{
font-size: 16px !important;
padding-top: 11px;
}

div.thumbnail_selectable_cell {
margin-right: 7px;
padding-bottom: 9px;
margin-right: 10px;
padding-top: 12px;
padding-bottom: 5px;
div.overlay_icon_div{
display: none !important;
}
div.thumbLabel{
font-size: 17px;
font-size: 16px !important;
padding-top: 11px;
color: #333;
}
Expand All @@ -275,7 +284,6 @@
}
span.text_label{
padding-left: 0;
color: #666;
}
&.metadata_chunk_standard.metadata_chunk_mimestring_id{
display: none;
Expand Down Expand Up @@ -319,6 +327,8 @@
cursor: pointer;
font-size: 0.8em;
float: right;
margin-top: 5px;
margin-right: 5px;
}

input.c3, span.c3 {
Expand Down Expand Up @@ -396,6 +406,8 @@
text-align: left;
line-height: 17px;
padding-top: 2px;
color: rgba(255,255,255,0.53);
font-weight: 300;
}

div.advanced_search_section span[class^="icon-"],
Expand All @@ -409,13 +421,13 @@
}

&_detailed {
padding:5px 5px 10px;
padding:5px 0 10px;
line-height: 28px;
overflow: hidden;
}

div.advanced_search_section{
padding: 5px 5px 15px 17px;
padding: 5px 5px 15px 10px;
line-height: 29px;
display: none;
}
Expand All @@ -425,22 +437,18 @@
}

div.advanced_search_section_title {
font-size: 1.3em;
font-size: 13px;
font-weight: 500;
border-top: 1px solid rgba(255,255,255,0.3);
padding: 8px 8px 9px 10px;
margin: 0;
letter-spacing: 1px;
display: block;
clear: left;
font-weight: lighter;
}

div.advanced_search_section_title{
border-left: 0;
span.icon-circle{
display: none;
}
}

div.advanced_search_section_title span.icon-circle{
display: none;
}

span.search_meta_opt {
cursor: pointer;
Expand Down
Expand Up @@ -200,7 +200,6 @@
padding-left: 27px !important;
background-position: 5px 4px;
color: @filelist_default_text_color;
letter-spacing: 1px;
}
span#ajxp_label {
font-weight: normal;
Expand Down Expand Up @@ -404,7 +403,6 @@
padding: 5px 5px 4px;
background-color: @white;
color: @filelist_resizer_label_color;
letter-spacing: 1px;
border-bottom: 0;
height: 18px;
overflow: hidden;
Expand Down
Expand Up @@ -7,7 +7,6 @@
div.tabbed_editor div.innerTitle{
margin: 10px !important;
padding: 8px !important;
letter-spacing: 1px !important;
}

span.toggleHeader{
Expand Down Expand Up @@ -134,7 +133,6 @@ div.tabulatorContainer span.toggleInactive span.tab_close_button:hover {
font-size: 11px;
padding: 3px 16px 4px 8px;
height: 35px;
letter-spacing: 1px;
background-color: #ddd;
color: rgb(111, 123, 136);
border-right: 0;
Expand Down
Expand Up @@ -296,5 +296,4 @@ div#multiple_download_container div{
{
vertical-align:top;
font-size: 11px;
letter-spacing: 1px;
}
Expand Up @@ -10,7 +10,6 @@
}
i {
font-style: normal;
letter-spacing: 1px;
img {
border-radius: 22px;
cursor: pointer;
Expand All @@ -28,7 +27,6 @@
cursor: pointer;
float: left;
font-size: @userwidget_font_size;
letter-spacing: 1px;
padding: 3px 10px 7px 7px;
}
.user_widget_label.withImage {
Expand Down

0 comments on commit 7aae0dc

Please sign in to comment.