Sfoglia il codice sorgente

standardize sizes for headings

tags/v9.0beta1
Jan-Christoph Borchardt 8 anni fa
parent
commit
5b72d9026f
3 ha cambiato i file con 7 aggiunte e 8 eliminazioni
  1. 1
    3
      apps/files/templates/appnavigation.php
  2. 6
    3
      core/css/apps.css
  3. 0
    2
      core/css/styles.css

+ 1
- 3
apps/files/templates/appnavigation.php Vedi File

@@ -16,9 +16,7 @@
</button>
</div>
<div id="app-settings-content">
<h2>
<label for="webdavurl"><?php p($l->t('WebDAV'));?></label>
</h2>
<label for="webdavurl"><?php p($l->t('WebDAV'));?></label>
<input id="webdavurl" type="text" readonly="readonly" value="<?php p(\OCP\Util::linkToRemote('webdav')); ?>" />
<em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em>
</div>

+ 6
- 3
core/css/apps.css Vedi File

@@ -563,16 +563,19 @@ button.loading {
#app-content > .section:first-child {
border-top: none;
}
.section h2 {

/* heading styles */
h2 {
font-size: 20px;
margin-bottom: 12px;
font-weight: 300;
margin-bottom: 12px;
}
.section h3 {
h3 {
font-size: 15px;
font-weight: 300;
margin: 12px 0;
}

/* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"],
.section input[type="radio"] {

+ 0
- 2
core/css/styles.css Vedi File

@@ -437,7 +437,6 @@ input[type="submit"].enabled {
#emptycontent h2,
.emptycontent h2 {
font-weight: 600;
font-size: 22px;
margin-bottom: 10px;
}
#emptycontent [class^="icon-"],
@@ -483,7 +482,6 @@ input[type="submit"].enabled {
}

#body-login .update h2 {
font-size: 20px;
line-height: 130%;
margin-bottom: 30px;
}

Loading…
Annulla
Salva