client/app/visites/visite.css
changeset 95 46ce67c44723
parent 91 f7a844a9079e
--- a/client/app/visites/visite.css	Fri May 22 17:42:57 2015 +0200
+++ b/client/app/visites/visite.css	Wed May 27 18:57:03 2015 +0200
@@ -1,63 +0,0 @@
-.gallery .item {
-  overflow:hidden; position:relative; height: 250px; padding: 5px;
-}
-
-.img-ctn {
-    height: 100%; width: 100%; border: 1px solid #DDD; padding: 5px; overflow: hidden;
-}
-
-.img-ctn:hover {
-    background-color: #DDD;
-}
-
-.img-ctn p {
-    background-color: #ddd;
-    bottom: -5px;
-    display: none;
-    padding: 2px 5px;
-    position: absolute;
-    width: calc(100% - 22px);
-}
-
-.img-ctn:hover p, .img-ctn:hover .gallery-buttons {
-    display: block;
-}
-
-.gallery .item img {
-    margin: 0 auto;
-    max-height: 100%;
-}
-
-.gallery-buttons{
-	display: none;
-    position: absolute;
-    right: 10px;
-    top: 10px;
-}
-
-.subtitle {
-    border-top: 1px solid #000;
-    border-bottom: 1px dotted #000;
-    margin-top: 20px;
-    padding: 6px 0 10px;
-}
-
-.add-book{
-	padding:20px;
-}
-.add-book input{
-	margin-bottom: 10px;
-}
-
-.accordion-toggle .glyphicon{
-	font-size: 17px;
-	margin-left:10px;
-}
-
-.list-books:nth-child(odd){
-	background-color:#f8f8f8;
-}
-
-.col-md-2 {
-    width : 19%;
-}