/** * ownCloud - News * * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ .add-new .heading { height: 44px; width: 100%; padding: 0; } .add-new .heading:hover { background-color: #ccc; } .add-new .heading button { padding: 0; line-height: 44px; width: 100%; border: 0; margin: 0; background: none; text-align: left; font-weight: normal; } .add-new-popup { display: none; height: 120px; padding: 15px 10px; box-shadow: inset 0px 0px 10px #dedede; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } .add-new-popup input[type=text] { width: 170px; } .add-new-popup select { width: 170px; margin-top: 1px !important; height: 30px; background-color: #eee; } .add-new-popup input { margin-top: 15px; box-sizing: border-box; } .add-new-popup input, .add-new-popup select { margin: 0 0 5px 0; display: inline-block; float: left; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; } .add-new-popup button { margin: 0 0 5px 0; display: inline-block; float: left; border-bottom-left-radius: 0; border-top-left-radius: 0; height: 30px !important; margin-top: 1px; } .add-new-popup .action-button { width: 30px; background-position: center; background-repeat: no-repeat; } .add-new-popup .back-button { border-radius: 0; background-image: url('../img/delete.svg'); } .add-new-popup .new-button { border-radius: 0; background-image: url('../img/add.svg'); border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .add-new-popup .create-button { border-radius: 0; background-image: url('../img/mark_read.svg'); border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .add-new-popup .error { padding: 0 0 10px 0; } .starred-icon { background-image: url('../img/starred.png'); } .subscriptions-icon { background-image: url('../img/rss.svg'); } .unread > a, .unread > .utils .unread-counter { 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; } #app-navigation .active > a { padding-right: 40px; } #app-navigation .active.unread > a { padding-right: 80px; } #app-navigation li:hover > a { padding-right: 60px; } #app-navigation .add-new:hover > a { padding-right: 0px; } #app-navigation .utils { position: absolute; right: 0; top: 0; bottom: 0; } #app-navigation .utils > * { float: right; } #app-navigation .utils button { margin: 0; background-position: center; background-repeat: no-repeat; background-color: transparent; border: 0; box-shadow: none; display: none; height: 30px; width: 22px; } #app-navigation li:hover > .utils button { display: block; } /* only display the delete button when the feed is active */ #app-navigation li:hover > .utils .delete-button { display: none; } #app-navigation li.active > .utils .delete-button { display: block; } .folder { text-transform: uppercase; } .feed { text-transform: none; } .unread-counter { padding: 8px 6px 8px 5px; overflow: hidden; text-overflow: ellipsis; text-align: center; font-size: 9pt; display: none; } .unread .unread-counter { display: block; } .starred .unread-counter { font-weight: normal !important; } button.action { opacity: .5; } button.action:hover { opacity: 1; } #app-navigation li:hover > .utils { display: block; } #app-navigation li:hover > .utils .unread-counter { padding-left: 0; } #app-navigation .folder-input { text-transform: uppercase; } .delete-icon { background-image: url('../img/delete.svg'); } .rename-feed-icon { background-image: url('../img/rename.svg'); } .mark-read-icon { background-image: url('../img/mark_read.svg'); } .rename-feed input { margin: 1px 0 0px 5px; border-right: 1px solid #ddd; border-radius: 2px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; width: 208px; height: 32px; } .rename-feed button { margin: 5px 0 5px 0; display: inline-block; border-bottom-left-radius: 0; border-top-left-radius: 0; width: 30px !important; height: 30px !important; padding: 0.6em; } .rename-feed .action-button { background-position: center; background-repeat: no-repeat; } .rename-feed .back-button { border-radius: 3px; background-image: url('../img/delete.svg'); } .rename-feed .create-button { border-radius: 0; background-image: url('../img/mark_read.svg'); } .rss-icon { background-image: url('../img/rss.svg'); } #app-navigation .ui-draggable-dragging { width: 100%; } #app-navigation .multiselect { height:20px; } #app-navigation .progress-icon, #app-navigation .problem-icon { width: 299px; line-height: 44px; } .progress-icon { background-image: url('../img/loading.gif'); } .problem-icon { background-image: url('../img/problem.svg') !important; } .failed { background-color: #F2FF63 !important; text-shadow: none !important; font-weight: bold; } .failed .title { background-color: #F2FF63 !important; width: 299px !important; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block !important; } .failed a:hover, .failed:hover a { background-color: #F2FF63 !important; } .failed .message { font-weight: normal; padding: 5px 20px 5px 32px; } .folder .feed.failed .message { padding-left: 48px; } .tooltip { text-shadow: none; text-transform: none; }