Blame view

sources/apps/files_sharing/css/authenticate.css 299 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
  #body-login form label.infield {
  	width: 190px;
  	padding: 10px;
  	left: 8px;
  	top: 8px;
  }
  
  #password {
  	width: 190px !important;
  	padding: 10px;
  	margin:	6px;
  }
a293d369c   Kload   Update sources to...
13
  input[type='submit'] {
31b7f2792   Kload   Upgrade to ownclo...
14
15
16
  	width: 45px;
  	height: 45px;
  	margin:	6px;
31b7f2792   Kload   Upgrade to ownclo...
17
  }
a293d369c   Kload   Update sources to...
18
  #body-login input[type='submit'] {
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
  	position: absolute;
  	top: 0px;
  }