egroupware/resources/templates/pixelegg/app.css

68 lines
1.7 KiB
CSS
Raw Normal View History

2014-01-17 09:10:46 +01:00
/**
* EGroupware: CSS with less preprocessor
*
* Ressources
*
* Please do NOT change app.css directly, instead change app.less and compile it!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
* @package tracker
* @version $Id$
*/
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
font-size: 1.15em !important;
}
button#resources-show_add {
height: 24px;
2014-01-17 09:10:46 +01:00
width: 32px;
border: 1px solid #0C5DA5;
margin: 6px 2px;
2014-01-17 09:10:46 +01:00
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em;
background-color: #e6e6e6 !important;
background-size: 16px 16px;
2014-01-17 09:10:46 +01:00
background-color: #0c5da5;
}
button#resources-show_add:before {
content: "";
2014-01-17 09:10:46 +01:00
font-size: 2em;
color: #0c5da5;
2014-01-17 09:10:46 +01:00
line-height: 0.6em;
padding-left: 0.1em;
padding-right: 4em;
}
button#resources-show_add:active {
background-color: #1aa200;
}
button#resources-show_add:hover {
background-color: #66a1d2 !important;
color: #ffc200;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-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;
}
button#resources-show_add:active {
background-color: #1aa200 !important;
}
#resources-edit_res_id:before {
content: "#";
}
div.resources_pictureFile div.progress {
position: absolute;
width: 226px;
}
2014-01-17 12:53:31 +01:00
div#resources-edit {
margin: 0.5em;
}
div#resources-edit .et2_container {
width: 848px;
}