/** * 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 feed or folder */ /* button */ #app-navigation .add-new .heading { height: 44px; width: 100%; padding: 0 0 0 44px; background-position: 14px center; } #app-navigation .add-new .heading:hover { background-color: #ccc; } #app-navigation .add-new .heading button { padding: 0; line-height: 44px; width: 100%; border: 0; margin: 0; background: none; text-align: left; font-weight: normal; } /* actual form content */ #app-navigation .add-new-popup { display: none; padding: 10px; box-shadow: inset 0px 0px 10px #dedede; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } #app-navigation .add-new-popup input, #app-navigation .add-new-popup select { width: 100%; height: 36px; padding: 5px; margin-right: 0; } #app-navigation .add-new-popup select { width: calc(100% - 36px); border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; float: left; } #app-navigation .add-new-popup .add-new-folder-primary, #app-navigation .add-new-popup .add-new-folder-secondary { float: right; border-bottom-left-radius: 0; border-top-left-radius: 0; width: 36px; height: 36px; margin-left: 0; margin-right: 0; } #app-navigation .add-new-popup .add-new-folder-secondary { border-radius: 0; border-right: 0; border-left: 0; margin-left: 0; } #app-navigation .add-new-popup input[name='folderName'] { width: calc(100% - 72px); border-bottom-right-radius: 0; border-top-right-radius: 0; float: left; } #app-navigation .add-new-popup .error { padding: 0 0 10px 0; } /* navigation */ #app-navigation .icon-starred { background-image: url('../img/starred.png'); } #app-navigation .icon-rss { background-image: url('../img/rss.svg'); } #app-navigation .unread > a { font-weight: bold; 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; } .folder { text-transform: uppercase; } .feed { text-transform: none; } #app-navigation li:hover > .utils { display: block; } #app-navigation li:hover > .utils .unread-counter { padding-left: 0; } #app-navigation .folder-input { text-transform: uppercase; } .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; }