aboutsummaryrefslogtreecommitdiffstats
path: root/css/old_menu.css
diff options
context:
space:
mode:
authorMichael Traeger <git@m.traeger-mail.de>2016-12-01 00:23:52 +0100
committerMichael Traeger <git@m.traeger-mail.de>2016-12-01 00:23:52 +0100
commit406d028b25f5ef0c1c0b3e960f49cb4c7b64ccad (patch)
tree2597828782ac0d960edb6b8a51981f695a7126f5 /css/old_menu.css
parent24cae5a3bbf576869b05825740a4fd5d680eb69e (diff)
rename
Diffstat (limited to 'css/old_menu.css')
-rw-r--r--css/old_menu.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/css/old_menu.css b/css/old_menu.css
deleted file mode 100644
index a99ba6d..0000000
--- a/css/old_menu.css
+++ /dev/null
@@ -1,57 +0,0 @@
-@media screen and (min-width: 1100px){
-
-#controls{margin-left: 100px !important;}
-#controls .right{margin-right: 100px;}
-
-#content {margin-top: 0px;}
-#content-wrapper {padding-left: 100px !important;width: 100% !important;}
-#navigation{
- background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/
- visibility:visible;
- display: block !important;
- position:fixed !important;
- bottom:0px;
- width: 100px !important;
- top:45px;
- left:0px;
- max-height: 100% !important;
- margin-top:0px !important;
- -moz-user-select: none;
- -moz-box-sizing: border-box;
- box-shadow: 0px 0px 0px transparent;
- border-radius: 0px;
-}
-
-/*Hide DropDown Icon on Top of Menu*/
-#navigation:after {
- display:none;
-}
-
-#navigation #apps ul{text-align: center;}
-
-/* may not be required
-app-navigation{width: 19.5% !important;}*/
-
-
-/* Default Apps */
-
-#bookmark_settings {width:19.5% !important;}
-.bookmarks_list, #firstrun {left:27% !important;}
-#navigation .wrapper {margin: auto;}
-#header .icon-caret {display:none;}
-
-table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0px !important;}
-/*table.multiselect thead{width: 76% !important; left: auto !important; margin: 0px !important; }*/
-#slideshow{z-index: 5000 !important;}
-
-/***********************************************************
-*
-* 3rd Party Apps
-*
-************************************************************/
-
-/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */
-#md_preview {padding-left: 60px;}
-
-}
-