File: style.css

package info (click to toggle)
python-gdata 2.0.18%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,460 kB
  • ctags: 17,143
  • sloc: python: 70,779; ansic: 150; makefile: 27; sh: 3
file content (24 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#kd-googlebar {
  position: relative;
  background: #F1F1F1;
  height: 70px;
  line-height: 70px;
  padding-left: 44px;
  border-bottom: 1px solid #E5E5E5;
  z-index: 40;
  vertical-align: top;
}

#users {
  text-align: center;
  top:200px;
  right:10px;
}

#input_details {
  margin-left: auto;
  margin-right: auto;
  border-width: 4px;
  border-style: outset;
  border-color: gray;
}