aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/panel.css
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-10-14 15:16:42 +1100
committerYuchen Pei <hi@ypei.me>2021-10-14 15:16:42 +1100
commit07f5140771388c9e0c8a99b0dd2e5d950bdb173b (patch)
tree323c00faef1edc7dea2e88ff581cc2258b2b6432 /h-source/Public/Css/panel.css
parente119be145500700f3c465e12664403a07530a421 (diff)
moving h-source subdir out.
Diffstat (limited to 'h-source/Public/Css/panel.css')
-rw-r--r--h-source/Public/Css/panel.css74
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