From d2ad25a928223d58321bc791906cff335bfcc4be Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 17 Jan 2014 11:53:31 +0000 Subject: [PATCH] pixelegg changes --- filemanager/templates/pixelegg/app.css | 21 +++++++++------ filemanager/templates/pixelegg/app.less | 34 ++++++++++++------------- resources/templates/default/edit.xet | 14 +++++----- resources/templates/pixelegg/app.css | 3 +++ resources/templates/pixelegg/app.less | 10 ++++++-- 5 files changed, 47 insertions(+), 35 deletions(-) diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index c5a4920bb6..487aba80ed 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -190,7 +190,7 @@ div.filemanager_navigation > label { left: 0px; right: 30%; position: relative;*/ - /*top: -26px;*/ + top: -5px; float: left; position: absolute; right: 0; @@ -211,8 +211,16 @@ div.filemanager_navigation > label > input { font-size: 2em; color: #ffc200; line-height: 0.6em; - padding-left: 0.1em; padding-right: 0em; + position: relative; + top: 15px; + background-color: #0c5da5; + -webkit-border-radius: 3px; + -webkit-border-top-left-radius: 10px; + -moz-border-radius: 3px; + -moz-border-radius-topleft: 10px; + border-radius: 3px; + border-top-left-radius: 10px; } #filemanager-index .et2_file:hover { background-color: #66a1d2 !important; @@ -231,13 +239,10 @@ div.filemanager_navigation > label > input { background-color: #1aa200 !important; } #filemanager-index .et2_file input#filemanager-index_upload { + margin-left: 2em; + position: relative; + top: -8px; width: 250px; - /*.Complete_Button_add_only_plus;*/ - /*.dimension_width_height_s;*/ - /*background-color: @egw_color_2_a;*/ - /*position: relative; top: 7px;*/ - /*background-image: url(images/gradient01.png);*/ - /*input {display: none;}*/ } #filemanager-index .et2_file div.progress { width: 0px; diff --git a/filemanager/templates/pixelegg/app.less b/filemanager/templates/pixelegg/app.less index 0837bd462a..c5626b33cd 100644 --- a/filemanager/templates/pixelegg/app.less +++ b/filemanager/templates/pixelegg/app.less @@ -87,7 +87,7 @@ div.filemanager_navigation > label { left: 0px; right: 30%; position: relative;*/ - /*top: -26px;*/ + top: -5px; float: left; position: absolute; @@ -111,31 +111,29 @@ div.filemanager_navigation > label > input { .et2_file{ /*background-color: @egw_color_2_a;*/ - &:before { - content: "+"; - font-size: 2em; - color: @egw_color_1_a; - line-height: 0.6em; - padding-left: 0.1em; - padding-right: 0em; + + &:before { + content: "+"; + font-size: 2em; + color: #ffc200; + line-height: 0.6em; + padding-right: 0em; + position: relative; + top: 15px; + background-color: @egw_color_2_a; + .border_radius_button_lefttop; } &:hover {.Complete_Button_add_only_plus_hover;} &:active {background-color: @color_positive_action_active !important;} + input#filemanager-index_upload { - + margin-left: 2em; + position: relative; + top: -8px; width: 250px; - /*.Complete_Button_add_only_plus;*/ - /*.dimension_width_height_s;*/ - /*background-color: @egw_color_2_a;*/ - /*position: relative; top: 7px;*/ - /*background-image: url(images/gradient01.png);*/ - - /*input {display: none;}*/ - - } div.progress {width: 0px;} diff --git a/resources/templates/default/edit.xet b/resources/templates/default/edit.xet index dc14743476..49293ee247 100644 --- a/resources/templates/default/edit.xet +++ b/resources/templates/default/edit.xet @@ -214,16 +214,16 @@ - + -