small css modification

This commit is contained in:
Pau Capó 2018-03-04 12:42:17 +01:00
parent 784f7c4946
commit 4faf1a66da

View file

@ -31,6 +31,11 @@ a,a:visited {
.footer {
position: initial;
background: transparent;
border-top: 0;
}
.footer > div {
background: transparent;
padding: 0;
}
#content table thead span, #content table thead a {
@ -89,6 +94,7 @@ h2,h3 {
fieldset {
padding:5px;
border:1px solid #DEDEDE;
background-color: #fff;
}
input,select,textarea {
border:1px solid #e5e5e5;
@ -364,11 +370,18 @@ input[type=submit]:active {
top:1px;
}
pre.sqlarea {
border: 1px solid rgb(204, 204, 204) !important;
background-color: #fff;
}
/*
table
{
position: relative;
}
table:before, table:after
{
z-index: -1;
@ -399,6 +412,7 @@ table:after
right: 10px;
left: auto;
}
*/
i {
font-style: italic;