~racb/ubuntu/precise/cobbler/858860

« back to all changes in this revision

Viewing changes to .pc/55_ubuntu_branding.patch/web/content/style.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Clint Byrum, Robie Basak
  • Date: 2011-11-15 12:35:40 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111115123540-5g139uuhg7z0hv5d
Tags: 2.2.2-0ubuntu1
[Chuck Short]
* New upstream release:
  + Use dh_python2 everywhere.
  + Folded debian/patches/49_ubuntu_add_arm_arch_support.patch
    and debian/patches/56_ubuntu_arm_generate_pxe_files.patch
    into one patch for easier upstreaming.
  + Dropped debian/patches/50_fix_cobbler_timezone.patch:
    Fix upstream.
  + Dropped debian/patches/47_ubuntu_add_oneiric_codename.patch
    in favor of debian/patches/47_ubuntu_add_codenames.patch:
    It adds "precise" and drops unsupported releases as well.
  + Dropped debian/patches/41_update_tree_path_with_arch.patch:
    No longer needed.
  + Dropped debian/patches/55_ubuntu_branding.patch: Will be moved
    to orchestra

 [Clint Byrum]
 * debian/cobbler.postinst: create users.digest mode 0600 so it
   is not world readable. (LP: #858860)
 * debian/control: cobbler needs to depend on python-cobbler
   (LP: #863738)
 * debian/patches/58_fix_egg_cache.patch: Do not point dangerous
   PYTHON_EGG_CACHE at world writable directory. (LP: #858875)
 * debian/cobbler-common.install: remove users.digest as it is
   not required and contains a known password that would leave
   cobblerd vulnerable if started before configuration is done
 * debian/cobbler-web.postinst: fix perms on webui_sessions to
   be more secure (LP: #863755)

 [Robie Basak]
 * Backport safe YAML load from upstream. (LP: #858883)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*Reset to a sane default across browsers*/
2
 
html{
3
 
  height: 100%;
4
 
  overflow-y: scroll;
5
 
  font-size: 1em;
6
 
}
7
 
 
8
 
a,blockquote,body,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,img,input,label,li,ul,ol,p,pre,span,textarea,table,tbody,td,th,thead,tr {
9
 
  border: 0;
10
 
  margin: 0;
11
 
  padding: 0;
12
 
}
13
 
 
14
 
select,input,button,textarea{
15
 
  font-size:99%;
16
 
}
17
 
 
18
 
select {
19
 
  margin: 0;
20
 
}
21
 
 
22
 
table{
23
 
  border-collapse:collapse;
24
 
  border-spacing:0;
25
 
  empty-cells:show;
26
 
  width: 100%;
27
 
}
28
 
/*End Reset*/
29
 
 
30
 
/* Lets set the primary styles and feel for the app */
31
 
body {
32
 
  height: 100%;
33
 
  font-family: "URW Gothic", "Liberation Sans", "Helvetica", "Luxi Sans", "Bitstream Vera Sans", arial,helvetica,clean,sans-serif;
34
 
  color: #333333;
35
 
  background-color: #EEEEEE;
36
 
  background-image: url('/cobbler_webui_content/logo-cobbler.png');
37
 
  background-repeat: no-repeat;
38
 
  background-position: 0% 0%;
39
 
  padding-top: 80px;
40
 
  position: relative;
41
 
}
42
 
 
43
 
a { color: #333333; text-decoration: none; }
44
 
a:hover { color: #306CAC; }
45
 
img { border: 0px; }
46
 
h1,h2,legend { color: #306CAC; font-weight: bold; }
47
 
h1 { font-size: 1.5em; }
48
 
h2,legend { font-size: 1.2em; margin-bottom: 0px; }
49
 
hr { height: 1px; margin: 0px; }
50
 
input, textarea { background-color: white; padding: 2px 4px; border: 1px solid #306CAC; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
51
 
input[type=text], input[type=password], select { width: 200px; }
52
 
input[type=submit], input[type=reset] { margin-top: 10px; }
53
 
input[type=checkbox] { background: none;  border: none; margin-right: 196px; margin-top: 5px; }
54
 
label { font-weight: bold; }
55
 
ol, ul { list-style: none; }
56
 
textarea { height: 8em; width: 25em; margin-bottom: 4px; }
57
 
pre textarea { height: 60em; width: 60em; }
58
 
 
59
 
/* Defining the classes */
60
 
.button, .action {
61
 
  text-decoration: none;
62
 
  background-color: #306CAC;
63
 
  border: 0px;
64
 
  font-weight: bold;
65
 
  color: #dddddd;
66
 
  cursor: pointer;
67
 
  margin: 0px 2px;
68
 
  padding: 2px 7px;
69
 
  -moz-border-radius:3px;
70
 
  -webkit-border-radius: 3px;
71
 
  text-transform: capitalize;
72
 
}
73
 
.button:hover, .action:hover {
74
 
  color: #DDDDDD;
75
 
  background-color: #333333;
76
 
}
77
 
.warn { color: #990000; font-weight: bold; font-size: 1.0em; }
78
 
.rpointers { font-size: 1.0em; margin-left: 5px; }
79
 
.lpointers { font-size: 1.0em; margin-right: 5px; }
80
 
 
81
 
/* Defining classes specific to a tag */
82
 
body.loginscreen { background-image: none; }
83
 
input.action { height: 22px; }
84
 
ol.sectionbody label { width: 300px; vertical-align: top; display: inline-block; line-height: 1.8; }
85
 
div.multiselect { display: -moz-inline-box; display:inline-block; vertical-align:top; clear: both; margin-bottom: 4px;}
86
 
div.multiselect label { width: auto; font-weight: normal; display: inline; }
87
 
div.multileft { float: left; text-align: left; width: 150px; }
88
 
div.multileft select, div.multiright select { height: 156px; width: 150px; }
89
 
div.multibuttons { width: 55px; padding-top: 75px; float: left;}
90
 
div.multibuttons input.button { font-size: .8em; clear: both; width: 50px; margin: 2px;}
91
 
div.multiright { float: left; text-align: right; width: 150px; }
92
 
li.paginate { float:right; }
93
 
li.paginate select { width: auto; }
94
 
span.context-tip {
95
 
  background-repeat: no-repeat;
96
 
  background-image: url('/cobbler_webui_content/tooltip.png');
97
 
  padding-left: 30px;
98
 
  color: #EEEEEE;
99
 
}
100
 
span.context-tip:hover {
101
 
  background: none;
102
 
  padding: 0;
103
 
  color: #333333;
104
 
  font-size: .7em;
105
 
  font-style: italic;
106
 
}
107
 
 
108
 
/* Now for the 'id' specific statements */
109
 
#login { width: 250px; margin: auto; text-align: center;}
110
 
#login input { text-align: center;}
111
 
 
112
 
#container { width: 98%; margin: 0; padding: 0; min-height: 100%; }
113
 
#user { margin-top: -75px; height: 80px; width: 98%; text-align: right; }
114
 
#content { position: relative; margin-left: 200px; overflow: auto; padding-bottom: 25px;}
115
 
#filter-adder { margin-top: 5px; }
116
 
#footer { font-size: .8em; text-align: center; position: relative; height: 25px; margin-top: -25px; clear: both; }
117
 
 
118
 
#menubar { float:left; padding-left: 11px; width: 200px; }
119
 
#menubar h1 { font-size: 1.0em; margin-bottom: 4px; }
120
 
#menubar ul { padding-left: 2px; margin: 0px; margin-bottom: 8px; }
121
 
#menubar ul li { font-size: .8em; padding-left: 8px; }
122
 
 
123
 
#submenubar { width: 100%; display: inline; }
124
 
#submenubar li { float: left; display: inline; height: 26px; margin-left: 8px; }
125
 
#submenubar li:first-child { margin-left: 0px; margin-top: 4px; }
126
 
#submenubar li.paginate { float: right; }
127
 
#submenubar li.paginate select { width: auto; }
128
 
 
129
 
#batchactions { font-weight: bold; }
130
 
#batchactions option { padding-left: 1em; font-weight: normal; }
131
 
#batchactions option:first-child { font-weight: bold; padding-left: 0; }
132
 
 
133
 
#listitems { clear: both; }
134
 
#listitems thead { background-color: #306CAC; color: #dddddd; font-weight: bold; text-align: left; }
135
 
#listitems thead a { color: #dddddd; }
136
 
#listitems thead tr th:first-child { width: 2em; padding-left: .3em;}
137
 
#listitems tbody tr a.action, #listitems tbody tr span.action { font-size: .8em; float: left; padding: 1px 7px; }
138
 
#listitems tbody tr { background-color: #eeeeee; }
139
 
#listitems tbody tr.selected { background-color: #e0e0e0; }
140
 
#listitems tbody tr:hover { background-color: #cccccc; }
141
 
#listitems tbody td { border-bottom: 1px solid #cccccc; }
142
 
#listitems tbody td:first-child { width: 2em; padding-left: .3em;}
143
 
#listitems tbody td:last-child { width: 21em; }
144
 
 
145
 
#ksform li, #snippetform li { margin-top: 4px; }
146
 
#ksform input[type=checkbox], #snippetform input[type=checkbox] { margin-right: 0px; }
147
 
 
148
 
/* Old styles
149
 
#import li { padding: 8px; }
150
 
#import label { width: 60px; float: left; }
151
 
 
152
 
#edit h3 { border-width: 0px 0px 1px 0px; border-style: solid; padding-bottom: 2px;}
153
 
#edit select { width: 175px; }
154
 
#edit input[type=text] { width: 300px; }
155
 
*/
156