refactor build as components, wip: gathering js, css, images, ...

This commit is contained in:
Florian BLOUET
2015-11-16 18:19:50 +01:00
parent 3af725531b
commit d729ac441b
154 changed files with 539 additions and 4150 deletions

View File

@@ -0,0 +1,82 @@
/******* DATABASES ************************************************************/
.db_recommand {
color: #333333;
font-weight: bold;
}
.db_exception {
margin-top: 10px;
background-color: #fceb3f;
}
.db_infos {
width: 100%;
padding-bottom: 10px;
}
.db_infos h2 {
line-height: 22px;
}
.db_infos input[type="text"],
.db_infos input[type="password"],
.db_infos input[type="submit"],
.db_infos select,
.db_infos textarea,
.db_infos ul {
margin-bottom: 9px;
}
/******* DATABASE *************************************************************/
.db_box {
margin: 0 10px 10px;
}
.db_box p {
margin: 0 0 9px;
}
#INDEX_P_BAR p {
margin: 0;
padding: 0;
}
div[id$="_indexed_bar"] {
width: 0;
height: 15px;
position: absolute;
z-index: 6;
background: #e5d4a0;
}
div[id$="_indexed_percent"] {
width: 198px;
height: 13px;
position: absolute;
z-index: 10;
border: 1px solid #333333;
line-height: 15px;
text-align: center;
}
.logo_box {
margin: 0 10px 10px;
}
.logo_box hr {
border-top: 1px solid #cccccc;
margin-bottom: 10px;
}
.logo_box div[id^="printLogoDIV_"] {
margin: 0 0 5px 0;
display: none;
}
/******* DATABASE - FIELDS ****************************************************/
#field_adder .help-block label {
color: #666666;
}
#form_struct {
margin: 10px 0;
}
#form_struct thead tr th:not(:first-child) {
min-width: 70px;
text-align: center;
}
a.btn {
text-decoration: none;
}
.status-img {
max-width: 16px;
max-heigh: 16px;
}