forked from yelisaveta/fortune-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fortune-admin.css
41 lines (36 loc) · 1.83 KB
/
fortune-admin.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
/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10
*/
.editable-wrap{display:inline-block;white-space:nowrap;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons{display:inline-block;vertical-align:top}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}
/* Space out content a bit */
#fortune-admin{
padding-top: 20px;
padding-bottom: 20px;
}
#fortune-admin.wmargin{
margin-top: 60px;
}
#fortune-admin .column-filter{
max-width: 250px;
}
/* Canvas elements styling */
svg .resource{
font-size: 12px;
border: solid 1px;
}
svg .header{
border-bottom: solid 2px;
margin: 0;
background-color: #fff;
}
svg .pk{
background-color: #F00;
}
svg .field{
border-bottom: dotted 1px;
}
svg .ref {
background-color: #ececec;
}