pixelegg changes

This commit is contained in:
Ralf Becker 2014-01-17 11:53:31 +00:00
parent c1322442a5
commit d2ad25a928
5 changed files with 47 additions and 35 deletions

View File

@ -190,7 +190,7 @@ div.filemanager_navigation > label {
left: 0px; left: 0px;
right: 30%; right: 30%;
position: relative;*/ position: relative;*/
/*top: -26px;*/ top: -5px;
float: left; float: left;
position: absolute; position: absolute;
right: 0; right: 0;
@ -211,8 +211,16 @@ div.filemanager_navigation > label > input {
font-size: 2em; font-size: 2em;
color: #ffc200; color: #ffc200;
line-height: 0.6em; line-height: 0.6em;
padding-left: 0.1em;
padding-right: 0em; 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 { #filemanager-index .et2_file:hover {
background-color: #66a1d2 !important; background-color: #66a1d2 !important;
@ -231,13 +239,10 @@ div.filemanager_navigation > label > input {
background-color: #1aa200 !important; background-color: #1aa200 !important;
} }
#filemanager-index .et2_file input#filemanager-index_upload { #filemanager-index .et2_file input#filemanager-index_upload {
margin-left: 2em;
position: relative;
top: -8px;
width: 250px; 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 { #filemanager-index .et2_file div.progress {
width: 0px; width: 0px;

View File

@ -87,7 +87,7 @@ div.filemanager_navigation > label {
left: 0px; left: 0px;
right: 30%; right: 30%;
position: relative;*/ position: relative;*/
/*top: -26px;*/ top: -5px;
float: left; float: left;
position: absolute; position: absolute;
@ -111,31 +111,29 @@ div.filemanager_navigation > label > input {
.et2_file{ .et2_file{
/*background-color: @egw_color_2_a;*/ /*background-color: @egw_color_2_a;*/
&:before {
content: "+"; &:before {
font-size: 2em; content: "+";
color: @egw_color_1_a; font-size: 2em;
line-height: 0.6em; color: #ffc200;
padding-left: 0.1em; line-height: 0.6em;
padding-right: 0em; padding-right: 0em;
position: relative;
top: 15px;
background-color: @egw_color_2_a;
.border_radius_button_lefttop;
} }
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
input#filemanager-index_upload { input#filemanager-index_upload {
margin-left: 2em;
position: relative;
top: -8px;
width: 250px; 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;} div.progress {width: 0px;}

View File

@ -214,16 +214,16 @@
<column/> <column/>
<column/> <column/>
<column/> <column/>
<column width="100%"/> <column/>
</columns> </columns>
<rows> <rows>
<row> <row>
<hbox span="3"> <hbox span="3">
<button statustext="Saves entry and exits" label="Save" id="save"/> <button statustext="Saves entry and exits" label="Save" id="save" image="save" background_image="1"/>
<button label="Apply" id="apply"/> <button label="Apply" id="apply" image="apply" background_image="1"/>
<button label="Cancel" onclick="window.close();"/> <button label="Cancel" id="cancel" onclick="window.close();" image="close" background_image="1"/>
</hbox> </hbox>
<button align="right" label="Delete" id="delete" onclick="et2_dialog.confirm(widget,'Do you really want do delte this resource?','Delete')"/> <button align="right" label="Delete" id="delete" onclick="et2_dialog.confirm(widget,'Do you really want do delte this resource?','Delete')" image="delete" background_image="1"/>
</row> </row>
</rows> </rows>
</grid> </grid>
@ -237,7 +237,7 @@
<row disabled="!@msg"> <row disabled="!@msg">
<description id="msg" no_lang="1" span="all" class="message"/> <description id="msg" no_lang="1" span="all" class="message"/>
</row> </row>
<row> <row class="th dialog-header">
<hbox> <hbox>
<textbox statustext="Name of resource" label="Name" id="name" needed="1"/> <textbox statustext="Name of resource" label="Name" id="name" needed="1"/>
<textbox label="Inventory number" id="inventory_number"/> <textbox label="Inventory number" id="inventory_number"/>
@ -249,7 +249,7 @@
<row> <row>
<template id="resources.edit_tabs"/> <template id="resources.edit_tabs"/>
</row> </row>
<row> <row class="dialog-footer-toolbar">
<template id="resources.edit_buttons"/> <template id="resources.edit_buttons"/>
</row> </row>
</rows> </rows>

View File

@ -50,3 +50,6 @@ button#resources-show_add:hover {
button#resources-show_add:active { button#resources-show_add:active {
background-color: #1aa200 !important; background-color: #1aa200 !important;
} }
div#resources-edit {
margin: 0.5em;
}

View File

@ -45,5 +45,11 @@
// Dialog Tracker bearbeiten und alle weiteren // Dialog Resources bearbeiten und alle weiteren
// //
div#resources-edit {
margin: 0.5em;
}