Remove unused declarations

This commit is contained in:
gregoirenovel 2017-04-12 11:11:42 +02:00
parent c32a2432c7
commit 73caee0ff3
9 changed files with 0 additions and 87 deletions

View file

@ -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%;
}
}
}

View file

@ -88,13 +88,6 @@ form {
background-color: #B00100 !important;
}
.staging_warning {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.text-purple {
color: #8B008B;
}
@ -148,10 +141,6 @@ textarea#description {
width: 100%;
}
.logo_fc_small {
max-width: 27px;
}
div.pagination {
padding-top: 20px;
display: block;

View file

@ -22,13 +22,6 @@
}
}
#pref_list {
.dropdown-menu {
padding: 10px;
width: 500px;
}
}
#onglets {
ul {
li,

View file

@ -23,12 +23,6 @@ h5 span {
}
}
#recap_dossier {
#validate_button {
float: right;
}
}
#dossiers_list {
.filter {
cursor: pointer;

View file

@ -38,10 +38,6 @@
color: #FFFFFF;
}
.latest_release {
margin-left: 1%;
}
#landing_body {
.split-hr-left {
margin-left: auto;

View file

@ -159,11 +159,6 @@
.navbar {
border: 0 !important;
.sign_in_FC {
margin-top: -18px;
height: 70px;
}
}
#beta {

View file

@ -13,8 +13,3 @@
padding: 15px;
overflow-y: scroll;
}
.open_pref_list {
right: 0 !important;
display: block !important;
}

View file

@ -4,19 +4,6 @@
margin: 0;
}
#main_div {
margin-left: 50px;
margin-right: 0;
}
#commentaire_new {
display: none;
}
#commentaires_flux {
margin-top: -50px;
}
#infos_dossier .row:last-child {
display: none;
}

View file

@ -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;
}
}