Remove unused declarations
This commit is contained in:
parent
c32a2432c7
commit
73caee0ff3
9 changed files with 0 additions and 87 deletions
|
@ -1,22 +0,0 @@
|
||||||
#admin_index {
|
|
||||||
margin-left: 2em;
|
|
||||||
margin-right: 2em;
|
|
||||||
|
|
||||||
.table {
|
|
||||||
#id {
|
|
||||||
width: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#libelle {
|
|
||||||
width: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#organisation {
|
|
||||||
width: 28%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#direction {
|
|
||||||
width: 22%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -88,13 +88,6 @@ form {
|
||||||
background-color: #B00100 !important;
|
background-color: #B00100 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.staging_warning {
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-purple {
|
.text-purple {
|
||||||
color: #8B008B;
|
color: #8B008B;
|
||||||
}
|
}
|
||||||
|
@ -148,10 +141,6 @@ textarea#description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo_fc_small {
|
|
||||||
max-width: 27px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.pagination {
|
div.pagination {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -22,13 +22,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#pref_list {
|
|
||||||
.dropdown-menu {
|
|
||||||
padding: 10px;
|
|
||||||
width: 500px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#onglets {
|
#onglets {
|
||||||
ul {
|
ul {
|
||||||
li,
|
li,
|
||||||
|
|
|
@ -23,12 +23,6 @@ h5 span {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#recap_dossier {
|
|
||||||
#validate_button {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#dossiers_list {
|
#dossiers_list {
|
||||||
.filter {
|
.filter {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -38,10 +38,6 @@
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest_release {
|
|
||||||
margin-left: 1%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#landing_body {
|
#landing_body {
|
||||||
.split-hr-left {
|
.split-hr-left {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
|
@ -159,11 +159,6 @@
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
|
||||||
.sign_in_FC {
|
|
||||||
margin-top: -18px;
|
|
||||||
height: 70px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#beta {
|
#beta {
|
||||||
|
|
|
@ -13,8 +13,3 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.open_pref_list {
|
|
||||||
right: 0 !important;
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
|
|
|
@ -4,19 +4,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_div {
|
|
||||||
margin-left: 50px;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#commentaire_new {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#commentaires_flux {
|
|
||||||
margin-top: -50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#infos_dossier .row:last-child {
|
#infos_dossier .row:last-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
.dynamic_ul {
|
|
||||||
margin-left: 20px;
|
|
||||||
margin-top: 13%;
|
|
||||||
|
|
||||||
li {
|
|
||||||
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li:last-child {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue