Commit d6e7b55f3a57df1467952fb94765c8a3e83376e0

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent f3a80a5c

Create pending task temporary style

src/noosfero-spb-theme/css/administration-panel.css
@@ -157,3 +157,26 @@ @@ -157,3 +157,26 @@
157 border: none; 157 border: none;
158 background: none; 158 background: none;
159 } 159 }
  160 +
  161 +/* Tasks - tmp adjust */
  162 +.action-profile_editor-index #content .pending-tasks{
  163 + max-width: 500px;
  164 + padding: 15px 20px;
  165 + margin: 20px 0 30px 0;
  166 + border: 1px dotted #ccc;
  167 + border-left: 5px solid #FF0366;
  168 + border-radius: 3px;
  169 + display: block;
  170 + background: #fff;
  171 + line-height: 20px;
  172 + font-size: 13px;
  173 +}
  174 +
  175 +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{
  176 + background: #3E67B1;
  177 + color: #FFF;
  178 +}
  179 +
  180 +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{
  181 + background: #5E82C6;
  182 +}