diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index ec43290..d0ee2ad 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -2862,7 +2862,14 @@ fieldset[disabled] .btn-default.active { .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - background-image: none; + background: #4f85bb; /* Old browsers */ +background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); /* IE10+ */ +background: linear-gradient(to bottom, #4f85bb 0%,#4f85bb 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); } .btn-primary.disabled, .btn-primary[disabled], diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index cb673e3..3a8e6d8 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -22,6 +22,7 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ border-radius: 7px; border: 1px solid grey; box-shadow: 0px 0px 2px dimgrey; + width : 20%; } .listg legend @@ -41,7 +42,7 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ .filtred { - background: #eeeeee; /* Old browsers */ + background: #eeeeee; /* Olbd browsers */ background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */ @@ -77,6 +78,17 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ box-shadow: 0px 0px 2px dimgrey; } +.comboSearch +{ + float: left; + margin: 1%; + width : 15%; +} + +.motCle +{ + float: left; +} /* switch checkbox */ diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php index 58c5aa4..7f8bf3d 100755 --- a/SRC/resources/views/referent.blade.php +++ b/SRC/resources/views/referent.blade.php @@ -26,6 +26,12 @@ {{$listeoeuvre->nom}} + + +

-

Par mot clé:

+
+ + +
+
-
-
- -
-
- + Mes filtres