diff --git a/Bootstrap/css/style.css b/Bootstrap/css/style.css index 8985782..25e55c9 100644 --- a/Bootstrap/css/style.css +++ b/Bootstrap/css/style.css @@ -32,8 +32,8 @@ body { } .navbar-inverse{ - background-color: rgba(0,0,255,0.2) - border-color:#080808 + background-color: rgba(0,0,255,0.2); + border-color: #080808; } .sidebar-nav > li > a { @@ -198,3 +198,32 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ { padding: 1px 1px; } + +.frmSearch { + width: 100%; + padding: 10px; + background: #baebe1; +} + +#element-list { + list-style-type: none; + margin: 0; + padding: 0; + width: 100%; +} + +#element-list li { + padding: 10px; + background: #FFF; + border-bottom: #F0F0F0 1px solid; +} + +#element-list li:hover { + background:#F0F0F0; + cursor: pointer; + cursor: hand; +} + +#searchInput { + padding: 10px; +} \ No newline at end of file diff --git a/Vue/Selectactesmedicaux/index.php b/Vue/Selectactesmedicaux/index.php index f8ad9ca..8268385 100644 --- a/Vue/Selectactesmedicaux/index.php +++ b/Vue/Selectactesmedicaux/index.php @@ -48,7 +48,6 @@
" autofocus required AUTOCOMPLETE="OFF"> -
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 8b7c231..64eece7 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -16,7 +16,7 @@ - +