Commit 0c60c1d2cb3645f463945da93f407f7fa369bee8

Authored by Bruna Moreira
1 parent 599e4b94
Exists in pkg_fixes

Change Task page buttons, space, input text

Signed-off-by:julianahilario <julianahdesousa@gmail.com>
Signed-off-by: BrunaMoreira <brunanayaramlima@gmail.com>
Showing 2 changed files with 63 additions and 3 deletions   Show diff stats
css/edition-pages.css
... ... @@ -474,4 +474,66 @@ font-size: 10px;
474 474 background: #fff;
475 475 line-height: 20px;
476 476 font-size: 13px;
477   -}
478 477 \ No newline at end of file
  478 +}
  479 +
  480 +/* Tasks edition */
  481 +
  482 +.action-tasks-index #content .main-block h1{
  483 + margin: 0px 0 25px 0;
  484 + border-bottom: 1px solid #d7d7d7;
  485 + padding-bottom: 25px;
  486 +}
  487 +
  488 +.action-tasks-index fieldset.filter_fields{
  489 + border: none;
  490 +}
  491 +
  492 +.action-tasks-index fieldset.filter_fields legend{
  493 + display: none;
  494 +}
  495 +
  496 +
  497 +.action-tasks-index select{
  498 + background: none;
  499 + border: 1px solid #D3D6DE;
  500 + border-radius: 4px;
  501 + padding: 4px 15px 4px 4px;
  502 + margin: 0px 0px 0px 10px;
  503 + font-size: 14px;
  504 +}
  505 +.action-tasks-index #content .main-block form input[type="text"] {
  506 + display: block;
  507 + height: 19px;
  508 + padding: 6px;
  509 + border: 1px solid #ccc;
  510 + border-radius: 4px;
  511 + width: 384px;
  512 + font-size: 15px;
  513 + font-family: arial, helvetica;
  514 + color: #585858;
  515 +}
  516 +
  517 +.action-tasks-index .task_box{
  518 + margin-bottom: 10px;
  519 + border-radius: 4px;
  520 + padding: 20px;
  521 + background-color: #ECEDF1;
  522 + color: #172738;
  523 + border: 1px solid #D3D6DE;
  524 +}
  525 +
  526 +.action-tasks-index .task_date {
  527 + font-size: 11px;
  528 +}
  529 +
  530 +.action-tasks-index .task_accept_radio,
  531 +.action-tasks-index .task_reject_radio,
  532 +.action-tasks-index .task_skip_radio{
  533 + margin: 5px 4px 15px 15px;
  534 + line-height: 20px;
  535 + position: absolute;
  536 +}
  537 +.action-tasks-index .task_decisions label{
  538 + margin: 2px 0px 2px 30px;
  539 + line-height: 22px;
  540 +}
... ...
css/main-content.css
... ... @@ -95,7 +95,6 @@
95 95 border: 1px solid #3E67B1;
96 96 font-size: 14px;
97 97 line-height: 32px;
98   - text-transform: uppercase;
99 98 }
100 99  
101 100 #content #article-actions a.button.with-text{
... ... @@ -140,7 +139,6 @@
140 139 border: 1px solid #3E67B1;
141 140 font-size: 14px;
142 141 line-height: 32px;
143   - text-transform: uppercase;
144 142 }
145 143  
146 144 #content a.button:hover,
... ...