--- a/integration/v2/css/style.css Tue Jun 25 18:43:09 2013 +0200
+++ b/integration/v2/css/style.css Tue Jun 25 18:46:37 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;}
@@ -41,13 +40,13 @@
.title-menu li{float: left;}
.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;}
@@ -266,7 +265,12 @@
body{overflow: auto !important;}
+
/* imported */
+.square-fragment-110 {
+ height: 110px;
+ width: 110px;
+}
.square-fragment-225 {
height: 225px;
width: 225px;
@@ -308,6 +312,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;
+}