diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index aacc5706a16..ba0bdc2cac3 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2,6 +2,7 @@ /* Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2006 Rodolphe Quiedeville * Copyright (C) 2007-2010 Regis Houssin + * Copyright (C) 2011 Philippe Grand * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -245,7 +246,7 @@ div.fiche { /* ============================================================================== */ -/* Barre de redmiensionnement menu */ +/* Barre de redimensionnement menu */ /* ============================================================================== */ .ui-layout-resizer-west-open { @@ -270,7 +271,7 @@ else ?> div.tmenu { - + display:none; position: relative; @@ -323,6 +324,10 @@ div.mainmenu.accountancy { background-image: url(); } +div.mainmenu.bank { + background-image: url(); +} + div.mainmenu.project { background-image: url(); } @@ -507,7 +512,7 @@ div.login_block table { div.login { white-space:nowrap; - padding: 8px 0px 0px 0px; + padding: browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; font-weight: bold; } @@ -520,7 +525,7 @@ div.login a:hover { } img.login, img.printer, img.entity { - padding: 8px 0px 0px 0px; + padding: browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; color: white; @@ -532,7 +537,7 @@ img.login, img.printer, img.entity { /* Menu gauche */ /* ============================================================================== */ -browser->phone) && class_exists('Smartphone') && empty($conf->global->MAIN_SEARCHFORM_WITH_SMARTHPONE) && empty($conf->global->BOOKMARKS_SHOW_WITH_SMARTHPONE))) { ?> .vmenu { display: none; @@ -1546,6 +1551,7 @@ opacity: 1; border: 1px #E4ECEC outset; padding: 0px; margin-bottom: 5px; + z-index: 3000; } table.dp { width: 180px; @@ -1691,7 +1697,7 @@ table.cal_event td { border: 0px; padding-: 0px; padding-) right center no-repeat; } +.ui-autocomplete-loading { background: white url() right center no-repeat; } /* ============================================================================== */ @@ -1734,7 +1740,7 @@ form.inplaceeditor-form a { /* The cancel link */ /* Admin Menu */ /* ============================================================================== */ -/* CSS a appliquer a l'arbre hierarchique */ +/* CSS for treeview */ /* Lien plier /deplier tout */ .arbre-switch { @@ -2004,4 +2010,4 @@ div.leftContent { .cke_editor table, .cke_editor tr, .cke_editor td { border: 0px solid #FF0000 !important; -} +} \ No newline at end of file