summaryrefslogtreecommitdiff
path: root/res/css/partials/input-field.scss
blob: 39f5bdc2a9f0cea5558594c03639bb6e575086d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


#textinputui {
  position: fixed;
  display: block;
  top: 40px;
  left: 20px;
  right: 400px;
}

#textanalyser{
  float: left;
  height:30px;
  max-width: 70%;
  width:900px;
}

#suggestion{
  list-style-type: none;
}

#suggestion td{
  padding-top: 5px;
  padding-left: 200px;
}