From d68349fa1b34c67b04d0653908c2f8ce4dc00c1e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 12 Feb 2014 15:50:24 +0000 Subject: [PATCH] pixelegg changes until now --- infolog/templates/pixelegg/app.css | 6 ++++++ infolog/templates/pixelegg/app.less | 7 +++++++ mail/templates/pixelegg/app.css | 10 +++++++--- mail/templates/pixelegg/app.less | 22 +++++++++++++++------- timesheet/templates/pixelegg/app.css | 4 ++++ timesheet/templates/pixelegg/app.less | 4 +++- 6 files changed, 42 insertions(+), 11 deletions(-) diff --git a/infolog/templates/pixelegg/app.css b/infolog/templates/pixelegg/app.css index 0007bbefb5..33fe74d978 100755 --- a/infolog/templates/pixelegg/app.css +++ b/infolog/templates/pixelegg/app.css @@ -295,6 +295,12 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar { #infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img { height: 16px; } +#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid span.et2_link { + font-weight: bold; +} +#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid ul.et2_link_string li.et2_link { + font-weight: normal; +} #infolog-index #infolog-index_nm span.infolog_infoId { background-color: inherit; } diff --git a/infolog/templates/pixelegg/app.less b/infolog/templates/pixelegg/app.less index 16509a08b6..834f71300a 100755 --- a/infolog/templates/pixelegg/app.less +++ b/infolog/templates/pixelegg/app.less @@ -251,6 +251,13 @@ span#favorite_sidebox_infolog{ table.egwGridView_grid { img{height: 16px;} + + span.et2_link {font-weight: bold;} + + ul.et2_link_string { + li.et2_link {font-weight: normal;} + + } } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 9857f553ff..b4c93d19e1 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -1864,12 +1864,15 @@ input[type=button] { height: auto; } #mail-index_toolbar { - padding: 0px; + /*padding: 0px;*/ background: none; - margin: 5px 5px 0 0; - border: none; + /*margin: 5px 5px 0 0;*/ + /*border: none;*/ /* Elemente */ } +#mail-index_toolbar #toolbar-actionlist { + margin-top: 3px; +} #mail-index_toolbar button { height: 24px !important; } @@ -2277,3 +2280,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible { height: auto; width: 24px; } +/*//Ende*/ diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index fa28711419..38f0bb72fb 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -742,7 +742,9 @@ div#mail-index{ // # # # # # # # # # #### // # # # # # # # # # #### // ############################################################ - #toolbar-actionlist{ + #toolbar-actionlist{ + + padding: 0px 3px; @@ -1348,10 +1350,18 @@ input[type=button] { // Button Toolbar - always visible #mail-index_toolbar { - padding: 0px; + /*padding: 0px;*/ background: none; - margin: 5px 5px 0 0; - border: none; + /*margin: 5px 5px 0 0;*/ + /*border: none;*/ + + + // alle Buttons / drag + drop + #toolbar-actionlist{ + + margin-top: 3px; + + } /* Elemente */ @@ -1637,7 +1647,5 @@ div.mailDisplayHeaders div.mail_extraEmails.visible { } } - -// - // +/*//Ende*/ diff --git a/timesheet/templates/pixelegg/app.css b/timesheet/templates/pixelegg/app.css index 3f8c49c0f4..1df60dbab7 100755 --- a/timesheet/templates/pixelegg/app.css +++ b/timesheet/templates/pixelegg/app.css @@ -95,6 +95,10 @@ #timesheet-index table.egwGridView_outer tbody td .et2_link { font-weight: bold; } +#timesheet-index span.timesheet_titleDetails, +#timesheet-index span[id*="[ts_title]"] { + font-weight: bold; +} /*########################################### # # # dialog-header # diff --git a/timesheet/templates/pixelegg/app.less b/timesheet/templates/pixelegg/app.less index b93e60479d..187e068269 100755 --- a/timesheet/templates/pixelegg/app.less +++ b/timesheet/templates/pixelegg/app.less @@ -104,9 +104,11 @@ } // Titel: in Bold - table.egwGridView_outer tbody td .et2_link {font-weight: bold;} +span.timesheet_titleDetails, +span[id*="[ts_title]"]{font-weight: bold;} + // iframe