Parche para eliminar la línea inferior en blanco y ajuste de las tareas relacionadas
This commit is contained in:
parent
1f1148c278
commit
b5cba3eb31
2 changed files with 16 additions and 0 deletions
BIN
public/themes/circlepro/images/bg_wa.png
Normal file
BIN
public/themes/circlepro/images/bg_wa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 B |
|
@ -35,6 +35,10 @@
|
||||||
/* 1. GENERAL */
|
/* 1. GENERAL */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: transparent url(../images/bg_wa.png) repeat-x 0 bottom;
|
||||||
|
}
|
||||||
|
|
||||||
#wrapper-top-menu,
|
#wrapper-top-menu,
|
||||||
#wrapper-header,
|
#wrapper-header,
|
||||||
#wrapper-main-menu,
|
#wrapper-main-menu,
|
||||||
|
@ -1315,6 +1319,18 @@ div.details { padding: 20px !important; }
|
||||||
padding: 2% !important;
|
padding: 2% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#relations table.list td.buttons,
|
||||||
|
#relations table.list td.done_ratio {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
#relations table.list td.subject {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
#relations table.list td.start_date,
|
||||||
|
#relations table.list td.due_date {
|
||||||
|
min-height: 31px;
|
||||||
|
}
|
||||||
|
|
||||||
div.wiki ul.toc {
|
div.wiki ul.toc {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue