-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.css
More file actions
50 lines (44 loc) · 2.78 KB
/
Copy pathplugin.css
File metadata and controls
50 lines (44 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
PEPPER ROLES - SPICEWORKS PLUGIN
@author Michael Maw (jMichael)
@website https://www.michaelmaw.com/apps/pepper-roles
@version 1.8
@date 2016-05-19
*/
/* User Accounts */
message-panel.pr { margin-bottom: 14px; }
/* Settings Form */
.pr div.setting { display: none !important; }
.pr .plugin-configure { padding: 0 !important; }
.pr .footer-actions { margin: 10px 15px; }
#PR { padding: 0 !important; font-family: 'Open Sans',Arial,Helvetica; }
#PR .nav-tab-region { padding: 0 !important; }
#PR .nav-tabs { padding-top: 10px; background: none !important; }
#PR .tab-content-region { padding: 15px; background-color: white; border-bottom: 1px solid #ddd; }
#PR .pr-hidden { display: none; }
#PR h3 { margin-bottom: 15px; }
#PR .pr-selectall { display: inline-block; float:right; }
#PR table { width: 100%; }
#PR td { width: 33%; position: relative; vertical-align: top; padding-right: 30px; }
#PR label { width: auto; }
#PR select { width: 100%; }
#PR input.pr-group { width: 65%; }
#PR select.pr-member { width: 70%; }
#PR button.pr-right { position: absolute; top: 0; right: 30px; }
#PR td ul { margin: 0; padding: 0; list-style-type: none; }
#PR .pr-access { padding-right:0; }
#PR .pr-access > ul { height: 250px; width: 100%; overflow:auto; padding-right:0; }
#PR .pr-access > ul ul { padding-left: 15px; }
/* Modal Popup */
#pr-modal-overlay { position: fixed; left: 0; right: 0; bottom: 0; top: 0; background: #000; opacity: .30; width: 100%; z-index: 1000; margin: 0;}
#pr-modal { font-family: 'Open Sans',Arial,sans-serif; font-size: 13px; display: block; width:350px; position: fixed; top: 150px; left: 50%; margin-left: -175px; border-radius: 5px; border: 8px solid #555; z-index: 1001; background: white; box-shadow: rgb(51, 51, 51) 0px 10px 30px 0px; }
#pr-modal h1 { font-family: 'Open Sans',Arial,sans-serif; background-color: rgb(207, 49, 24); background-image: linear-gradient(to bottom,rgb(222, 103, 80), rgb(207, 49, 24)); color: #fff; font-size: 14px; font-weight: bold; line-height: 16px; margin: 0; padding: 10px; }
#pr-modal div { padding: 10px; text-align: center; line-height: 18px; }
#pr-modal-override { padding-top: 0 !important; }
#pr-modal-override div { padding: 0 10px 10px; }
#pr-modal-path { color: #888; }
#pr-modal-override label { font-weight: bold; font-size: 11px; display: inline; color: #555; margin: 0 !important; }
#pr-modal-override input { vertical-align: middle; margin: 0 !important; }
#pr-modal-err { color: rgb(207, 49, 24); font-size: 11px; margin: 5px 10px 0; padding-bottom: 0 !important; }
#pr-modal-footer { background-color: #eee; }
#pr-modal-btn { font-family: 'Open Sans',Arial,sans-serif; line-height: 18px; color: #fff; background-color: #222; border-radius: 3px; border: 1px solid #000; background-image: linear-gradient(to bottom,#888,#222); padding: 2px 10px; }