This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.css
107 lines (98 loc) · 3.68 KB
/
module.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/* more real estate for template editing */
#ConnectAccountManagementTemplates .dnnFormItem textarea {max-width: inherit;width: 100%;}
.connect_leftcol {width: 20%; padding: 2px 0 0 0;}
.connect_rightcol {width: 80%;}
.connect_btnContainer {width: 80%;}
.connect_btnContainer a {width: 89%;}
.connect_optionscol {width: 33%;}
.connect_searchbox {width: 80%;}
.connect_searchbutton {width: 20%;}
.connect_searchbox input {width: 85%;height: 28px;border-radius: 4px;border: 1px solid #ccc;padding: 0 5px 0 10px;}
.connect_searchbutton a {display: block; background: url(images/search-button.png) 0px 0px; text-indent:-999px; width: 30px; height: 30px;}
.connect_drpContainer {padding: 45px 0 0px 0;}
.connect_drpContainer select {width:96%;}
.connect_rolesContainer {padding: 25px 0 25px 0;}
.connect_col50 {width: 50%;}
.connect_note { font-weight: bold; font-size: 120%; padding: 20px 0 20px 0;}
.connect-gridactions { list-style-type: none; margin: 0; padding: 0;}
.connect-gridactions li { list-style-type: none; margin: 0 10px 0 0; padding: 0 0 0 20px; float: left;}
.connect-gridactions li a { text-decoration: none; text-indent: -999em !important; }
@font-face {
font-family: "ConnectAccounts";
src: url('fonts/connectaccounts.eot');
src: url('fonts/connectaccounts.eot#iefix') format('embedded-opentype'), url('fonts/connectaccounts.woff') format('woff'), url('fonts/connectaccounts.ttf') format('truetype'), url('fonts/connectaccounts.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="connectaccounts-"]:before, [class*=" connectaccounts-"]:before,
[class^="connectaccounts-"]:after, [class*=" connectaccounts-"]:after {
font-family: ConnectAccounts;
font-size: 20px;
font-style: normal;
margin-left: 2px;
}.connectaccounts-check30:before {
content: "\e000";
}
.connectaccounts-delete30:before {
content: "\e001";
}
.connectaccounts-delete48:before {
content: "\e002";
}
.connectaccounts-hourglass1:before {
content: "\e003";
}
.connectaccounts-pencil43:before {
content: "\e004";
}
.connectaccounts-undo9:before {
content: "\e005";
}
.ui-helper-hidden-accessible { display: none; }
/* Search Suggest */
ul.ui-autocomplete,
ul.ui-autocomplete li{margin:0;padding:0;list-style:none;}
ul.ui-autocomplete{
display:none;
position:absolute;top:46px;left:0;
width:300px !important;
border:1px solid #ccc; background:#fff;
z-index:5;
max-height: 180px;
overflow-y: auto;
overflow-x: hidden;
/*CSS3*/
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .5);
}
ul.ui-autocomplete li{display:block;clear:both;overflow:hidden}
ul.ui-autocomplete li a{
display:block;
padding:10px;
clear:both;overflow:hidden
}
ul.ui-autocomplete li a:hover{
background:#FEFDDE;
cursor:pointer
}
.dnnFormItem input[type="text"].ui-autocomplete-loading,
.dnnFormItem input.ui-autocomplete-loading {
background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: none;
background: #fdf5ce;
font-weight: normal;
color: #333;
}
.ui-helper-hidden-accessible { display: none !important;}