Blame view

sources/apps/files_sharing/css/authenticate.css 280 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
  #password {
  	width: 190px !important;
  	padding: 10px;
  	margin:	6px;
  }
a293d369c   Kload   Update sources to...
6
  input[type='submit'] {
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
  	width: 45px;
  	height: 45px;
  	margin:	6px;
31b7f2792   Kload   Upgrade to ownclo...
10
  }
a293d369c   Kload   Update sources to...
11
  #body-login input[type='submit'] {
31b7f2792   Kload   Upgrade to ownclo...
12
13
14
  	position: absolute;
  	top: 0px;
  }
6d9380f96   Cédric Dupont   Update sources OC...
15
16
17
18
19
20
21
22
  
  fieldset > p {
  	position: relative;
  }
  
  #password-icon {
  	top: 20px;
  }