summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css27
1 files changed, 20 insertions, 7 deletions
diff --git a/res/css/style.css b/res/css/style.css
index 00593ad7..df1a2e5f 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -70,23 +70,36 @@ a:active {
color: #FFF;
}
-#textanalyser{
+#textinputui {
position: fixed;
+ display: block;
+ top: 40px;
+ left: 20px;
+ right: 400px;
+}
+
+#textanalyser{
+ float: left;
height:30px;
max-width: 70%;
+ width:900px;
}
input:focus {
-
}
#suggestion{
- display:block;
- position:fixed;
- top:30px;
- left:20px;
list-style-type: none;
- width:900px;
+}
+
+#search {
+ height: 30px;
+ max-width: 100%;
+}
+
+#searchdiv {
+ width: 200px;
+ float: right;
}
.node {