зеркало из https://github.com/nextcloud/news.git
Merge pull request #147 from owncloud/tiny-UI-fix
[News] : Removes the large + button
This commit is contained in:
Коммит
eaea134634
|
@ -19,9 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
.add-new > a {
|
||||
background-image: url('%appswebroot%/news/img/add.svg');
|
||||
}
|
||||
|
||||
|
||||
.add-new:hover a.opened {
|
||||
background-color: transparent !important;
|
||||
|
|
|
@ -66,7 +66,22 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon .list-title {
|
||||
padding-left:16px;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon .list-title span {
|
||||
display:none;
|
||||
margin-left:6px;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon .list-title:hover span {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
#app-navigation .with-icon .opened span {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
#app-navigation .unread > a {
|
||||
padding-right: 32px;
|
||||
|
|
|
@ -8,10 +8,7 @@
|
|||
href="#"
|
||||
oc-click-focus="{
|
||||
selector: '.add-new-popup input[ng-model=feedUrl]'
|
||||
}">
|
||||
<?php p($l->t('Add Website'))?>
|
||||
</a>
|
||||
|
||||
}">+ <span><?php p($l->t('Add Website'))?></span></a>
|
||||
<div class="add-new-popup">
|
||||
<fieldset class="personalblock">
|
||||
<p class="error">
|
||||
|
|
Загрузка…
Ссылка в новой задаче