discovery minor style changes
Former-commit-id: ea572c9d797214cbfc6f1b9ff2025f0c4819b4ed
This commit is contained in:
parent
912f0baace
commit
c49c8bc0b5
|
@ -30,7 +30,6 @@ div.data_container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #ddd;
|
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
@ -39,6 +38,9 @@ div.data_container:hover {
|
||||||
box-shadow: 2px 2px 10px #ddd;
|
box-shadow: 2px 2px 10px #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: This may be at hostdevices.css
|
||||||
|
*/
|
||||||
#contenedor_principal {
|
#contenedor_principal {
|
||||||
height: auto;
|
height: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue