2015-08-10 11:05:06 +02:00
|
|
|
// Place all the styles related to the dossiers controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
|
|
|
|
h5 span {
|
2017-04-12 10:53:00 +02:00
|
|
|
font-weight: normal;
|
2015-09-21 11:36:26 +02:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#insee-infogreffe {
|
2015-12-10 16:09:21 +01:00
|
|
|
font-size: 17px;
|
2015-11-27 13:56:54 +01:00
|
|
|
}
|
|
|
|
|
2015-12-10 16:09:21 +01:00
|
|
|
.flag {
|
|
|
|
display: inline;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 150px;
|
2015-12-10 17:13:39 +01:00
|
|
|
max-height: 60px;
|
2015-12-10 16:09:21 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#dossiers-list {
|
2016-11-29 15:47:58 +01:00
|
|
|
.filter {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.1em;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#dossiers-list tr:hover {
|
2017-04-11 18:40:01 +02:00
|
|
|
background-color: #EEEEEE;
|
2016-11-30 13:36:44 +01:00
|
|
|
cursor: pointer;
|
2016-11-24 19:33:34 +01:00
|
|
|
}
|
|
|
|
|
2018-02-01 16:20:31 +01:00
|
|
|
#procedure-list {
|
2016-11-30 13:36:44 +01:00
|
|
|
margin-left: -10px;
|
2016-12-02 12:05:50 +01:00
|
|
|
margin-top: 20px;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:51:35 +02:00
|
|
|
a,
|
|
|
|
a:hover {
|
2016-11-30 13:36:44 +01:00
|
|
|
color: #FFFFFF;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2018-02-01 16:20:31 +01:00
|
|
|
.procedure-list-element.active {
|
2016-12-01 19:43:56 +01:00
|
|
|
background-color: #668ABD;
|
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2018-02-01 16:20:31 +01:00
|
|
|
.procedure-list-element {
|
2016-11-30 13:36:44 +01:00
|
|
|
padding: 15px 40px 15px 20px;
|
|
|
|
cursor: pointer;
|
2016-11-24 19:33:34 +01:00
|
|
|
line-height: 1.8em;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-01-02 16:07:20 +01:00
|
|
|
.progress-bar-warning {
|
|
|
|
background-color: #E4594F;
|
|
|
|
}
|
2016-11-24 19:33:34 +01:00
|
|
|
}
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2018-02-01 16:20:31 +01:00
|
|
|
.procedure-list-element:hover {
|
2016-11-30 13:36:44 +01:00
|
|
|
background-color: #668ABD;
|
|
|
|
cursor: pointer;
|
2016-11-24 19:33:34 +01:00
|
|
|
}
|
2016-11-29 15:47:58 +01:00
|
|
|
}
|
2016-11-30 11:22:20 +01:00
|
|
|
|
|
|
|
.split-hr-left {
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
2016-12-27 11:15:20 +01:00
|
|
|
margin: 20px 10px 0px 10px;
|
2016-11-30 11:22:20 +01:00
|
|
|
}
|