Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit e8ad596

Browse files
author
Burgy Benjamin
committed
#noissue: Apply CSS guideline of ownCloud.
1 parent f0dfc05 commit e8ad596

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css/settings.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
#imapauth .imap_uri input, .imap_port input, .imap_max_retries input {
2-
margin-left:20px;
1+
.imap_uri input, .imap_port input, .imap_max_retries input {
2+
margin-left: 20px;
33
}
44

5-
#imapauth .imap_uri input {
5+
.imap_uri input {
66
width: 300px;
77
}
88

9-
#imapauth .imap_max_retries input, .imap_port input {
9+
.imap_max_retries input, .imap_port input {
1010
width: 50px;
1111
}
1212

13-
#imapauth .imap_port {
13+
.imap_port {
1414
float: left;
1515
}
1616

17-
#imapauth .imap_ssl {
17+
.imap_ssl {
1818
padding: 9px 0 0 170px;
1919
}
2020

21-
#imapauth div.clear {
21+
.imapClear {
2222
clear: both;
2323
}

templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<?php p($l->t('Use SSL')); ?>
2929
</label>
3030
</div>
31-
<div class="clear"></div>
31+
<div class="imapClear"></div>
3232
</div>
3333

3434
<p class="imap_max_retries">

0 commit comments

Comments
 (0)