mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-17 13:35:52 +00:00
Upload button bar
This commit is contained in:
@@ -26,79 +26,10 @@
|
||||
height: 29px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#page-content {
|
||||
min-height: 894px;
|
||||
}
|
||||
|
||||
.list-nostyle {
|
||||
list-style: none outside none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.list-horiz li {
|
||||
.header .nav {
|
||||
float: left;
|
||||
list-style-type: none;
|
||||
position: relative;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.truncate {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.non-url-button {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.chat-talk {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.slimScrollDiv {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.sidebar-alt-visible-lg #sidebar-alt {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
.sidebar-alt-visible-lg #main-container {
|
||||
margin-right: 300px !important;
|
||||
}
|
||||
|
||||
.sidebar-alt-visible-lg.header-fixed-top header.navbar-fixed-top, .sidebar-alt-visible-lg.header-fixed-bottom header.navbar-fixed-bottom,
|
||||
.sidebar-alt-visible-lg.footer-fixed #main-container #page-content + footer {
|
||||
right: 300px !important;
|
||||
}
|
||||
|
||||
.sidebar-content {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.search-result-image {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.fa-1-3x {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.override-text-align {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
h6.description {
|
||||
font-weight: bold;
|
||||
letter-spacing: 2px;
|
||||
color: #999;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
*/
|
||||
.top-nav-buttons {
|
||||
margin-left: 54px;
|
||||
}
|
||||
@@ -5,6 +5,10 @@
|
||||
<div class="nav notify-row" id="top_menu">
|
||||
<ul class="nav top-menu" ng-show="$root.currentUser">
|
||||
<dss-notifications />
|
||||
</ul>
|
||||
</div>
|
||||
<div class="top-nav ">
|
||||
<ul class="nav top-menu top-nav-buttons">
|
||||
<li id="navbar-upload-button">
|
||||
<a ui-sref="root.upload">
|
||||
<i class="fa fa-cloud-upload"></i>
|
||||
|
||||
Reference in New Issue
Block a user