diff options
author | Yuchen Pei <hi@ypei.me> | 2021-10-15 09:52:00 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-10-15 09:52:00 +1100 |
commit | 71b0e901f5fb1cfcd162d8acc23120d3f77a3152 (patch) | |
tree | 323c00faef1edc7dea2e88ff581cc2258b2b6432 /h-source/Public/Css/panel.css | |
parent | 72cce24864b064b5762f4fe97fdf40d8d2ad4b51 (diff) | |
parent | 07f5140771388c9e0c8a99b0dd2e5d950bdb173b (diff) |
Merge branch 'development' into h-node
Diffstat (limited to 'h-source/Public/Css/panel.css')
-rw-r--r-- | h-source/Public/Css/panel.css | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/h-source/Public/Css/panel.css b/h-source/Public/Css/panel.css deleted file mode 100644 index 8b9f9a9..0000000 --- a/h-source/Public/Css/panel.css +++ /dev/null @@ -1,74 +0,0 @@ -ul { - list-style-type: none; -} - -div.mainPanel { - -} - -/*logout button*/ -.logoutButton -{ - float:left; - width:70px; - height:40px; - margin-left:5px; - border:1px outset #708090; - background:#4169E1; - text-align:center; -} -.logoutButton a -{ - display:block; - margin-top:13px; - color:#B0E0E6; - font:bold 12px/1 Verdana,arial; -} - -/*list of application in the panel main action*/ -.panelApplicationList -{ - padding:0px; -} -.panelApplicationList li -{ - display:block; - width:200px; - height:30px; - border:1px outset #708090; - margin:5px; - background:#4169E1; - padding-top:9px; -} - -.panelApplicationList li a -{ - margin:5px; - font: bold 14px/1 Verdana,arial; - color:#B0E0E6; -} - -/*list of groups an user is inserted within*/ -.groupsList -{ - margin:20px 5px 5px 5px; - font:normal 14px/1 Verdana,arial; -} -.groupsList li -{ - margin:5px 0px; - padding:0px; - font:bold 14px/1 Verdana,arial; -} -.groupsList ul -{ - padding:10px; -} - -/*list of logged users in panel*/ -.usersLoggedList -{ - margin:5px; - text-align:right; - font:normal 14px/1 Verdana,arial; -}
\ No newline at end of file |