integration/v2/css/style.css
changeset 156 2e86d9209ef4
parent 155 551ae48cdf0b
parent 150 52841252db7f
child 157 7263f299f37f
child 160 7f141426ccbf
--- a/integration/v2/css/style.css	Wed Jun 26 11:24:48 2013 +0200
+++ b/integration/v2/css/style.css	Wed Jun 26 11:25:08 2013 +0200
@@ -3,7 +3,6 @@
 .wrap{width: 950px; margin: 0 auto; }
 .uppercase{text-transform: uppercase;}
 .fragment{width: 225px; height: 225px;}
-.fragment-110{width: 110px; height: 110px; display: inline-block;}
 .va-top{vertical-align: top;padding-top: 4px;}
 header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;}
 footer{margin-bottom: 60px;background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'Lato'; font-weight: 300;}
@@ -43,13 +42,13 @@
 
 .fs-15{font-size: 15px !important;}
 .edition-table-left{
-	width: 700px !important;
-	float: left;
+    width: 700px !important;
+    float: left;
 }
 .edition-table-right{
-	text-align: right;
-	width: 180px !important;
-	float: right;
+    text-align: right;
+    width: 180px !important;
+    float: right;
 }
 .bar-tools{margin-bottom: 12px; line-height: 35px; padding-bottom: 1px; font-family: 'Lato'; font-weight: 300; display:block;background-image: url(../img/border-bar-tools.png), url(../img/border-bar-tools.png); background-position: top center, bottom center; background-repeat: repeat-x;}
 .bar-tools h3{ font-size: 18px;  display: inline-block; text-transform: uppercase;}
@@ -265,7 +264,12 @@
 body{overflow: auto !important;}
 #map{width: 100%; height: 400px;}
 
+
 /* imported */
+.square-fragment-110 {
+    height: 110px;
+    width: 110px;
+}
 .square-fragment-225 {
     height: 225px;
     width: 225px;
@@ -307,6 +311,51 @@
 .image-and-fragment svg, .cutout-canvas {
     position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 }
+.sub_svg_image {
+    opacity: .3;
+}
+.sub_svg_image:hover {
+    opacity: 1;
+}
+/* search highlight */
 .highlight {
     background: #ffff80;
-}
\ No newline at end of file
+}
+/* Seeseetive api responses */
+.btn.inactive {
+    cursor: default;
+    background-color: #CCC;
+}
+.btn.loader {
+    background: #666 url(images/loader.gif) right no-repeat;
+    background-size: 25px 25px;
+    padding-right: 30px;
+}
+.add-button-grey {
+    background: #AAAAAA; margin: 5px 0; padding: 6px; border-radius: 4px; color: #555555;
+    font-weight: bold; font-size: 13px; float: left;
+}
+.senapi_li {
+    margin: 0 0 5px 0;
+    overflow: auto;
+}
+.senapi_img {
+    float: left;
+    margin: 0 5px 5px 0;
+}
+.senapi_tags {
+    font-size: .7em;
+}
+.senapi_text {
+    
+}
+#info_tag{
+    background-color: white;
+    border: 1px solid #AAAAAA;
+    pointer-events: none;
+    position: absolute;
+    z-index: 1000;
+}
+#info_tag img{
+    margin: 5px;
+}