diff css/taggingtext.css @ 94:b0cecc104639 extractapp

new: modified tags can work on tagged text
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 09 Nov 2015 12:00:24 +0100
parents 94ad33739fa4
children 9a29e9d28ece
line wrap: on
line diff
--- a/css/taggingtext.css	Fri Oct 02 12:18:34 2015 +0200
+++ b/css/taggingtext.css	Mon Nov 09 12:00:24 2015 +0100
@@ -23,25 +23,7 @@
 	background-color: white;
 	margin: 5 5 5 5;
 }
-/*
-.btn-xs{
-	height: 25px;
-	width: 60px;
-}
-.btn-sm{
-	height: 35px; 
-	width: 70px;
-}
-.btn-md{
-	height: 35px;
-	width: 110px;
-}
-.btn-lg{
-	height: 35px; 
-	width: 220px;
-}
 
-*/
 .tool-frame .btn{
 	background-color: #F4F4F4;
 }
@@ -70,8 +52,9 @@
 	position:absolute; 
 	height:680px; 
 	overflow:scroll; 
-	margin:0 5 15 5; 
-	max-width:280px; 
+	margin:5 0 15 0; 
+	padding: 0 0 30 0;
+	max-width:270px; 
 }
 
 .tool-frame{
@@ -83,6 +66,7 @@
 .tool-topic {
 	background-color: #E7F3FF;
 	border-radius: 3px;
+	cursor: hand;
 }
 
 .popup-frame {
@@ -129,7 +113,15 @@
 	top: 20px;
 	z-index: 2;
 }
-
+.popup-newtopic {
+	left: -340px;
+	width: 340px;
+	height: 340px;
+	top: 100px;
+	z-index: 2;
+	overflow:scroll;
+	overflow-x:hidden; 
+}
 .tagItemDivClass {
 	position:absolute; 
 	background-color: white; 
@@ -147,3 +139,7 @@
 	padding: 5px; 
 	z-index:4;
 }
+
+.editable {
+	cursor: hand;
+}