En mantenimiento puesta la gestión de URL para que vuelva siempre a donde estaba tanto desde altas, modificaciones o bajas

Reformateado de ficheros
This commit is contained in:
2014-03-11 23:58:20 +01:00
parent 5444378aa4
commit bd2f0ed4b8
39 changed files with 11002 additions and 6291 deletions

View File

@@ -3,100 +3,100 @@ include('../inc/configuracion.inc');
header("Content-type: text/css");
?>
/*
* Base structure
*/
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
background-color: <?php echo COLORFON; ?>; /*Fondo*/
padding-top: 50px;
background-color: <?php echo COLORFON; ?>; /*Fondo*/
}
/*
* Global add-ons
*/
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Sidebar
*/
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display: none;
display: none;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 5px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: <?php echo COLORLAT; ?>;/*Lateral*/
border-right: 1px solid #eee;
}
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 5px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: <?php echo COLORLAT; ?>;/*Lateral*/
border-right: 1px solid #eee;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -6px; /* 20px padding + 1px border */
margin-bottom: 1px;
margin-left: -1px;
margin-right: -6px; /* 20px padding + 1px border */
margin-bottom: 1px;
margin-left: -1px;
}
.nav-sidebar > li > a {
padding-right: 5px;
padding-left: 5px;
padding-right: 5px;
padding-left: 5px;
}
.nav-sidebar > .active > a {
color: #fff;
background-color: #428bca;
color: #fff;
background-color: #428bca;
}
/*
* Main content
*/
* Main content
*/
.main {
padding: 10px;
padding: 10px;
}
@media (min-width: 768px) {
.main {
padding-right: 20px;
padding-left: 20px;
}
.main {
padding-right: 20px;
padding-left: 20px;
}
}
.main .page-header {
margin-top: 0;
margin-top: 0;
}
/*
* Placeholder dashboard ideas
*/
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 5px;
text-align: center;
margin-bottom: 5px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
margin-bottom: 0;
}
.placeholder {
margin-bottom: 5px;
margin-bottom: 5px;
}
.placeholder img {
display: inline-block;
border-radius: 25%;
display: inline-block;
border-radius: 25%;
}