diff --git a/css/edition-pages.css b/css/edition-pages.css index c5e2dae..516ac07 100644 --- a/css/edition-pages.css +++ b/css/edition-pages.css @@ -474,4 +474,66 @@ font-size: 10px; background: #fff; line-height: 20px; font-size: 13px; -} \ No newline at end of file +} + +/* Tasks edition */ + +.action-tasks-index #content .main-block h1{ + margin: 0px 0 25px 0; + border-bottom: 1px solid #d7d7d7; + padding-bottom: 25px; +} + +.action-tasks-index fieldset.filter_fields{ + border: none; +} + +.action-tasks-index fieldset.filter_fields legend{ + display: none; +} + + +.action-tasks-index select{ + background: none; + border: 1px solid #D3D6DE; + border-radius: 4px; + padding: 4px 15px 4px 4px; + margin: 0px 0px 0px 10px; + font-size: 14px; +} +.action-tasks-index #content .main-block form input[type="text"] { + display: block; + height: 19px; + padding: 6px; + border: 1px solid #ccc; + border-radius: 4px; + width: 384px; + font-size: 15px; + font-family: arial, helvetica; + color: #585858; +} + +.action-tasks-index .task_box{ + margin-bottom: 10px; + border-radius: 4px; + padding: 20px; + background-color: #ECEDF1; + color: #172738; + border: 1px solid #D3D6DE; +} + +.action-tasks-index .task_date { + font-size: 11px; +} + +.action-tasks-index .task_accept_radio, +.action-tasks-index .task_reject_radio, +.action-tasks-index .task_skip_radio{ + margin: 5px 4px 15px 15px; + line-height: 20px; + position: absolute; +} +.action-tasks-index .task_decisions label{ + margin: 2px 0px 2px 30px; + line-height: 22px; +} diff --git a/css/main-content.css b/css/main-content.css index 56307fb..25fdd58 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -95,7 +95,6 @@ border: 1px solid #3E67B1; font-size: 14px; line-height: 32px; - text-transform: uppercase; } #content #article-actions a.button.with-text{ @@ -140,7 +139,6 @@ border: 1px solid #3E67B1; font-size: 14px; line-height: 32px; - text-transform: uppercase; } #content a.button:hover, -- libgit2 0.21.2