Merge lp:~jakedahn/horizon/newcss into lp:~devcamcar/horizon/trunk

Proposed by Jake Dahn
Status: Merged
Approved by: Devin Carlen
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~jakedahn/horizon/newcss
Merge into: lp:~devcamcar/horizon/trunk
Diff against target: 3782 lines (+742/-2941)
9 files modified
dashboard/templates/base-root.html (+10/-13)
dashboard/templates/base-sidebar.html (+2/-2)
media/dashboard/css/dashboard.css (+0/-749)
media/dashboard/css/dashboard_sub.css (+0/-217)
media/dashboard/css/global.css (+0/-18)
media/dashboard/css/home.css (+0/-745)
media/dashboard/css/jquery.tooltip.css (+0/-9)
media/dashboard/css/new_dash.css (+0/-1145)
media/dashboard/css/openstack.css (+730/-43)
To merge this branch: bzr merge lp:~jakedahn/horizon/newcss
Reviewer Review Type Date Requested Status
Devin Carlen Approve
Review via email: mp+46458@code.launchpad.net

Description of the change

New merge request

To post a comment you must log in.
Revision history for this message
Devin Carlen (devcamcar) wrote :

approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dashboard/templates/base-root.html'
2--- dashboard/templates/base-root.html 2011-01-12 21:43:31 +0000
3+++ dashboard/templates/base-root.html 2011-01-17 10:02:28 +0000
4@@ -4,9 +4,8 @@
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
7 <title>OpenStack Dashboard{% block title %}{% endblock %}{% block subtitle %}{% endblock %}</title>
8- <link rel="stylesheet" type="text/css" href="/media/dashboard/css/new_dash.css"/>
9+ <link rel="stylesheet" type="text/css" href="/media/dashboard/css/openstack.css"/>
10 <link rel="stylesheet" type="text/css" href="/media/dashboard/css/cupertino/jquery-ui-1.7.2.custom.css"/>
11- <link rel="stylesheet" type="text/css" href="/media/dashboard/css/openstack.css"/>
12 {% block headercss %}{% endblock %}
13 <!--[if IE 7]><link rel="stylesheet" href="/media/dashboard/css/ie7.css" type="text/css" media="screen, projection"><![endif]-->
14
15@@ -24,7 +23,7 @@
16 <div id="user_info">
17 <span class="user">Signed in as <strong>{{ request.user.username }}</strong>.</a></span>
18 <ul>
19- <li><a id="lnk_logout" href="{% url auth_logout %}">Sign Out</a></li>
20+ <li><a id="lnk_logout" href="{% url auth_logout %}">Sign Out</a></li>
21 <li><a id="lnk_change_password" href="{% url auth_password_change %}">Change Password</a></li>
22 </ul>
23 </div>
24@@ -45,17 +44,15 @@
25 </div>
26
27 <div id="footer">
28- <div id="foot">
29- <div class="c7">
30- <div class="ft_sitemap">
31- <div class="sub"><a href="{% url index %}">Dashboard</a>
32- <ul>
33- <li><a href="{% url index %}">Home</a></li>
34- </ul>
35- </div>
36- </div>
37+ <div class="sitemap">
38+ <div class="sub">
39+ <a href="{% url index %}">Dashboard</a>
40+ <ul>
41+ <li><a href="{% url index %}">Home</a></li>
42+ </ul>
43 </div>
44- <div class="clr"></div>
45+ </div>
46+ <div class="clr"></div>
47 </div>
48 {% block footerjs %}{% endblock %}
49 </div>
50
51=== modified file 'dashboard/templates/base-sidebar.html'
52--- dashboard/templates/base-sidebar.html 2011-01-12 21:43:31 +0000
53+++ dashboard/templates/base-sidebar.html 2011-01-17 10:02:28 +0000
54@@ -4,12 +4,12 @@
55 <div id="sidebar">
56 <ul id="navigation">
57 {% block nav_home %}
58- <li><h3><a href="/">Home</a></h3></li>
59+ <li class="first"><h3><a href="/">Home</a></h3></li>
60 {% endblock %}
61
62 {% block nav_projects %}
63 <li><h3><a href="/">Projects</a></h3></li>
64 {% endblock %}
65 </ul>
66- </div> <!-- end sidebar -->
67+ </div>
68 {% endblock %}
69
70=== removed file 'media/dashboard/css/dashboard.css'
71--- media/dashboard/css/dashboard.css 2011-01-12 21:43:31 +0000
72+++ media/dashboard/css/dashboard.css 1970-01-01 00:00:00 +0000
73@@ -1,749 +0,0 @@
74-#head{height:115px;margin-top:5px}.logo{background:url(/media/dashboard/img/home_head_logo.png) no-repeat left;float:left;height:85px;width:550px}.nav{float:right}.sub_nav {background:url(/media/dashboard/img/nav_highlight.png) no-repeat 6px bottom;float:right;height:30px;}.sub_nav a {display:block;float:left;height:20px;margin-top:4px;}
75-.nav {
76- padding-top:1px;
77-}
78-.nav a {
79- background:url(/media/dashboard/img/home-head-nav.png) no-repeat 0 0;
80- display:block;
81- float:left;
82- height:84px;
83- width:78px
84-}
85-.account a, .nav a {
86- color:#fff;font-weight:normal;
87-}
88-.account {
89- float:right;height:62px;width:390px;
90-}
91-.account a {
92- display:block;float:right;font-size:.9em;margin:12px 0;padding:8px;
93-}
94-#content {
95- padding:15px 0 10px;
96-}
97-.page_title {
98- padding-bottom:5px;
99-}
100-
101-table {
102- width: 100%; margin-bottom: 25px
103-}
104-th {
105- background: #333; color: white; padding: 4px 8px; font-size: 1.2em;
106-}
107-td {
108- padding: 4px 8px;
109-}
110-.odd {
111- background: #adf;
112-}
113-.section {
114- background: #333; color: white; padding: 4px 8px; font-size: 1.5em
115-}
116-
117-/* __ */
118-
119-#bread_crumbs {
120- background: #2d2d2d;
121- float: left;
122- width: 920px;
123- color: #989898;
124- border-top: 1px solid #000;
125- margin-left: 10px;
126- padding: 0 5px 0 15px;
127-}
128-
129-#bread_crumbs ul {
130- float: left;
131- margin: 0;
132- padding: 0;
133-}
134-#bread_crumbs ul li {
135- float: left;
136- margin-right: 10px;
137- list-style: none;
138-}
139-
140-#bread_crumbs ul li a {
141- background: url(/media/dashboard/img/bread_crumb.gif) top right no-repeat;
142- display: block;
143- color: #ccc;
144- padding-top: 5px;
145- padding-bottom: 5px;
146- padding-right: 25px;
147-}
148-
149-#bread_crumbs ul li a:hover {
150- color: #fff;
151-}
152-
153-ul#links {
154- list-style: none;
155- margin: 0;
156- float: left;
157-}
158-
159-#home_login {
160- width: 445px;
161-}
162-
163-#home_login fieldset {
164- margin: 0;
165-}
166-
167-#home_login #error {
168- color: #fff;
169- font-size: 14px;
170- background: rgba(255,0,0,0.51);
171- padding: 5px;
172- display: block;
173- text-align: center;
174- border-top: 1px solid rgba(255,0,0,0.47);
175- border-bottom: 1px solid rgba(255,0,0,0.47);
176-}
177-
178-
179-#home_login label {
180- display: block;
181- float: none;
182- padding: 0;
183- margin: 0 0 5px;
184- width: auto;
185- text-align: left;
186-}
187-
188-#home_login fieldset {
189- background: 0;
190- padding: 20px;
191-}
192-
193-#home_login input {
194- height: 25px;
195- font-size: 20px;
196- margin-bottom: 20px;
197- width: 100%;
198-}
199-#home_login input[type="submit"] {
200- height: 31px;
201- background: url(/media/dashboard/img/login_btn.png) top left repeat-x;
202- border: 1px solid #206cb5;
203- float: left;
204- margin: 0 10px 0 0;
205- -webkit-border-radius: 3px;
206- -moz-border-radius: 3px;
207- -border-radius: 3px;
208- color: #fff;
209- font-weight: bold;
210- width: 121px;
211- font-size: 18px;
212- text-shadow: #06416e -1px -1px 2px;
213- cursor: pointer;
214- clear: both;
215-}
216-
217-#home_login input[type="submit"]:hover {
218- background-position: center left;
219-}
220-
221-#home_login input[type="submit"]:active {
222- background-position: bottom left;
223-}
224-
225-#home_login div {
226- float: right;
227- width: 125px;
228- margin-right: 0;
229- margin-left: 0;
230- margin-bottom: 0;
231-}
232-
233-#home_login div a {
234- margin: 0;
235- padding: 0;
236- color: rgba(255,0,4,0.75) !important;
237- display: inline;
238-}
239-#home_login div a:hover {
240- color: rgba(255,0,4,1) !important;
241-
242-}
243-
244-#tab_content {
245- float: left;
246- margin-left: 25px;
247- width: 538px;
248-}
249-
250-.block {
251- float: left;
252- width: 254px;
253- margin-right: 30px;
254- background-color: #dff2ff;
255- border: 1px solid #b1e7ff;
256-}
257-
258-#last.block {
259- margin-right: 0;
260-}
261-
262-.block ul {
263- list-style: none;
264- padding: 0;
265- margin: 0;
266-}
267-
268-.block ul li.odd {
269- background: #d2edff;
270-}
271-.block ul li {
272- border-bottom: 1px solid #ccc;
273-}
274-
275-.block ul li.last {
276- border: navajowhite;
277-}
278-
279-.block a {
280- font-size: 12px;
281- display: block;
282- padding-bottom: 10px;
283- padding-top: 10px;
284- padding-left: 10px;
285- color: #0a4a7a !important;
286-}
287-
288-#tab_content.home {
289- margin-left: 0;
290- width: 888px;
291- float: left;
292-}
293-#projects {
294- float: left;
295- margin: 0 20px 0 0;
296- width: 456px;
297-
298-}
299-#projects li {
300- border-bottom: 1px solid #bce3ff;
301-}
302-
303-#projects a {
304- display: block;
305- background: url(/media/dashboard/img/server_icon.png) no-repeat 13px 9px;
306- font-size: 14px;
307- padding-left: 58px;
308- height: 35px;
309- padding-top: 5px;
310- padding-bottom: 5px;
311- z-index: 100;
312- text-shadow: #000000 0 0 0;
313-}
314-
315-#projects a:hover {
316- color: #fff;
317- background-color: #b8e1ff;
318- text-decoration: none;
319-}
320-
321-#projects a:active {
322- background-color: #30a9ff;
323-}
324-
325-span.data {
326- color: #0d66a9;
327- font-size: 11px;
328- display: block;
329-}
330-
331-#dashboard_nav {
332- float: left;
333- list-style: none;
334- margin: 0;
335- width: 154px;
336- height: 400px;
337-}
338-
339-#dashboard_nav a {
340- background: url(/media/dashboard/img/nav_bg.png) top left repeat-x;
341- display: block;
342- height: 16px;
343- color: #666;
344- padding: 7px;
345- width: 140px;
346- margin-bottom: 0;
347-}
348-
349-#dashboard_nav li.active {
350- width: 155px;
351-}
352-
353-#dashboard_nav li.active a {
354- background: #f2f5f7;
355- width: 141px;
356- border-bottom: 1px solid #333;
357-}
358-
359-#dashboard_nav a:hover{
360- background-position: bottom left;
361-}
362-
363-#right_content {
364- float: left;
365- width: 743px;
366- padding: 20px;
367-}
368-
369-#welcome {
370- float: left;
371- width: 350px;
372- margin-right: 20px;
373-}
374-
375-ul#content_nav {
376- margin: 0 0 20px;
377- list-style: none;
378- float: left;
379-}
380-
381-ul#content_nav li {
382- background: #444 ;
383- float: left;
384- margin-right: 10px;
385- -webkit-border-radius: 5px;
386- -moz-border-radius: 3px;
387- -border-radius: 3px;
388- margin-bottom: 15px;
389- width: 847px;
390- padding: 1px 20px 0;
391-}
392-
393-ul#content_nav li:hover {
394- opacity: 0.9;
395-}
396-
397-ul#content_nav a {
398- font-weight: normal;
399- height: 50px;
400-}
401-
402-ul#content_nav a:hover {
403- color: #fff;
404-}
405-
406-ul#content_nav li a span {
407- font-size: 24px;
408- font-weight: bold;
409- display: block;
410-}
411-
412-a#lnk_board {
413- background: url(/media/dashboard/img/chat_icon.png) no-repeat 0 12px;
414- display: block;
415- height: 18px;
416- color: #e5e5e5;
417- text-shadow: #595959 0 1px 2px;
418- padding: 7px 7px 7px 51px;
419- text-decoration: none;
420- float: left;
421- width: 809px;
422-}
423-
424-a#lnk_wiki {
425- background: url(/media/dashboard/img/book_icon.png) no-repeat 0 12px;
426- display: block;
427- height: 18px;
428- width: 809px;
429- color: #e5e5e5;
430- padding: 7px 7px 7px 50px;
431- text-decoration: none;
432- text-shadow: #595959 0 1px 2px;
433- float: left;
434-
435-}
436-
437-#home_resources {
438- float: left;
439- width: 408px;
440- margin: 0;
441-}
442-
443-#right_content form {
444- float: left;
445-}
446-
447-#right_content .block {
448- width: 341px;
449-}
450-
451-#right_content label {
452- text-align: left;
453- margin: 10px 0 5px;
454- font-size: 14px;
455- text-shadow: #fff 0 1px 2px;
456-}
457-
458-#right_content fieldset {
459- padding: 20px;
460- margin: 0;
461-}
462-
463-#right_content .block h2 {
464- margin: 0 0 5px;
465-}
466-
467-#right_content form input {
468- width: 90%;
469- padding: 7px;
470- height: 15px;
471- margin-bottom: 10px;
472-}
473-
474-
475-.block.last {
476- margin-right: 0;
477-}
478-
479-.ui-widget-content{
480- background-image: none !important;
481-}
482-
483-.dash-wrap {
484- background: url(/media/dashboard/img/content_bg.gif) repeat-y 0 0 !important;
485-}
486-
487-#right_content th, #radar th, fieldset h3, .block h3 {
488- background: #1b1b1b url(/media/dashboard/img/table_header_bg.png) repeat-x top left;
489- border: 1px solid #6e6e6e;
490- text-shadow: #4f4f4f 0 1px 2px;
491- color: #ebebeb;
492- font-size: 14px;
493- height: 22px;
494-}
495-
496-#tab_content.home .block h3 {
497- margin: 0;
498- height: 22px;
499-}
500-
501-.block h3 {
502- margin: 0;
503- padding-left: 10px;
504- padding-top: 5px;
505-}
506-
507-.block fieldset h3 {
508- padding-top: 5px;
509- padding-left: 10px;
510- margin: -20px -20px 10px;
511- height: 17px;
512-}
513-
514-fieldset h3 {
515- margin-top: -20px;
516- margin-left: -20px;
517- padding: 7px 0 5px 8px;
518- height: 17px;
519- margin-right: -20px;
520-}
521-
522-
523-#right_content tr.odd, #radar tr.odd {
524- background: #dff2ff;
525-}
526-
527-#right_content tr.even, #radar tr.even {
528- background: #f1f9ff;
529-}
530-
531-#right_content tr.even td.odd, #radar tr.even td.odd {
532- background: #e9f5ff;
533-}
534-
535-#right_content tr.odd td.odd, #radar tr.odd td.odd {
536- background: #cceaff;
537-}
538-
539-#right_content table form#instances {
540- margin-right: -27px;
541-}
542-
543-#right_content table form.volume {
544- margin-right: -50px;
545-}
546-
547-#right_content table form {
548- margin-right: -18px;
549-}
550-
551-#right_content input[type="submit"], a.ui-state-default {
552- height: 35px;
553- width: auto;
554- float: right;
555- cursor: pointer;
556- margin: 0 4px 0 0;
557-}
558-
559-#right_content input[type="submit"]:hover, a.ui-state-default:hover {
560- background: url(/media/dashboard/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png);
561- text-decoration: none;
562-}
563-
564-#right_content input[type="submit"]:active, a.ui-state-default:active {
565- background-color: #c2ecff;
566-}
567-
568-#right_content fieldset input {
569- margin-bottom: 10px;
570- margin-right: 0;
571- width: 279px;
572-}
573-
574-a.ui-state-default {
575- padding: 8px;
576- height: 18px;
577- margin-left: -23px;
578-}
579-
580-#page_head h2, .page_title h2{
581- background: url(/media/dashboard/img/page_header.png) repeat-x top left;
582- color: #fff;
583- font-size: 24px;
584- padding: 8px 20px;
585- text-shadow: #00294d -1px 0 2px;
586- margin-top: -10px;
587- -webkit-border-radius: 5px;
588- -moz-border-radius: 5px;
589- -border-radius: 5px;
590-}
591-
592-#page_head p{
593- color: #636363;
594-}
595-
596-.home #page_head h2{
597- margin-top: 0px !important;
598-}
599-
600-#spinner {
601- background: url(/media/dashboard/img/spinner.gif) no-repeat;
602- float: right;
603- width: 24px;
604- height: 24px;
605- margin-top: 1px;
606- display: none;
607-}
608-.home #page_head p {
609- padding-left: 20px;
610- padding-right: 20px;
611-}
612-
613-#resources {
614- float: right;
615- margin-right: 0;
616-}
617-
618-#frm_launch label{
619- display: block;
620- float: left;
621- margin-top: 10px;
622- margin-bottom: 5px;
623- text-shadow: none;
624-}
625-
626-#frm_launch select, #authorize select {
627- width: 150px;
628- float: left;
629- margin-top: 8px;
630-}
631-
632-#authorize label {
633- width: 100%;
634-}
635-
636-#frm_launch .odd, #frm_launch .even {
637- float: left;
638- width: 326px;
639- margin: 0 -20px;
640- padding: 10px;
641-}
642-
643-#frm_launch .odd {
644- background: #def5ff}
645-
646-#frm_launch .even {
647- background: #c0e5ff;
648-}
649-
650-#frm_launch textarea {
651- width: 98%;
652- margin-bottom: 5px;
653-}
654-
655-#frm_launch h3 {
656- margin-bottom: 0;
657-}
658-
659-span.image_location {
660- clear: both;
661- display: block;
662-}
663-
664-.volumes form label {
665- width: 100%;
666-}
667-
668-.volumes form select {
669- float: left;
670- width: 160px;
671-}
672-
673-#right_content .errorlist {
674- padding: 5px;
675- margin-top: 0;
676- height: 15px;
677- float: left;
678- width: 283px;
679- margin-bottom: 10px;
680-}
681-
682-#right_content .errorlist li {
683- display: block;
684- float: left;
685-}
686-
687-#frm_launch .errorlist {
688- margin: 0;
689-}
690-
691-.block fieldset li {
692- border: none;
693-}
694-
695-.ui-state-highlight.success {
696- background: #baffd4 !important;
697- border: 1px solid #72df9b !important;
698-}
699-
700-.ui-state-error {
701- background: #f99 !important;
702-}
703-
704-.ft_info {
705- margin-top: 0 !important;
706-}
707-
708-.c7 {
709- width: 650px;
710-}
711-
712-em {
713- font-style: italic;
714- font-size: 12px;
715-}
716-
717-#radar_service td{
718- padding: 0 !important;
719- margin: 0 !important;
720-}
721-
722-
723-#dlg_launch {
724- padding: 0;
725-}
726-
727-#dlg_launch #frm_launch div {
728- width: 385px;
729-}
730-
731-#dlg_launch #frm_launch textarea {
732- width: 280px;
733- margin-left: 95px;
734-}
735-
736-#frm_launch input.ui-state-default {
737- margin-top: 20px !important;
738- margin-right: -5px !important;
739-}
740-
741-.ui-widget-header {
742- background: #1b1b1b url(/media/dashboard/img/table_header_bg.png) top left repeat-x!important;
743- border: none !important;
744- font-weight: bold !important;
745- color: #fff !important;
746-}
747-
748-.ui-dialog-buttonpane {
749- background: #c0e5ff !important;
750- margin: 0 !important;
751-}
752-
753-form.form-terminate input {
754- margin-right: 15px !important;
755-}
756-
757-form.form-key-delete input {
758- position: relative;
759- margin-left: 30px !important;
760-}
761-
762-#image_launch a {
763- margin-left: -38px;
764-}
765-
766-.ui-widget .close {
767- float: right;
768-}
769-
770-p.error {
771- background-color: #f99;
772- color: white;
773- border: 1px solid #ff7676;
774- font-size: 13px;
775- padding: 5px;
776- margin-bottom: 20px;
777-}
778-
779-#radar_service {
780- float: left;
781-}
782-
783-td.radar_name a{
784- display: block;
785- height: 20px;
786- padding: 10px;
787-}
788-
789-
790-tr#heading {
791- margin-top: -20px !Important;
792-}
793-
794-#service_head {
795- margin-top: 10px ;
796-}
797-#service_stats tr td{
798- height: 40px;
799-}
800-
801-
802-#radar_service th, #service_head th {
803- height: 20px !important;
804-}
805-
806-#id_community_advprofile_avatar {
807- width: 300px;
808-}
809-
810-code, pre {
811- background: #e1e1e1;
812- padding: 5px;
813- font-family: monospace;
814- font-size: 12px;
815- display: block;
816- margin-bottom: 20px;
817-}
818-
819-pre code {
820- background: 0;
821- margin: 0;
822-}
823\ No newline at end of file
824
825=== removed file 'media/dashboard/css/dashboard_sub.css'
826--- media/dashboard/css/dashboard_sub.css 2011-01-12 21:43:31 +0000
827+++ media/dashboard/css/dashboard_sub.css 1970-01-01 00:00:00 +0000
828@@ -1,217 +0,0 @@
829-#content {background:url(/media/dashboard/img/content_shadow.png) no-repeat center top;}
830-.sphboard_categories {
831-border-collapse:collapse;
832-width:100%;
833-}
834-.sphboard_categories td, .sphboard_categories th {
835-border:1px solid gray;
836-padding:5px;
837-}
838-.sphboard_categories th {
839-white-space:nowrap;
840-}
841-.sphboard_threadcount, .sphboard_postcount, .sphboard_threadcount, .sphboard_viewcount {
842-text-align:right;
843-width:5%;
844-}
845-.sphboard_latestpost {
846-width:40%;
847-}
848-.sphboard_postform {
849-border:1px solid black;
850-border-collapse:collapse;
851-width:80%;
852-}
853-.sphboard_postform td, .sphboard_postform th {
854-padding:3px;
855-}
856-.sphboard_postform input[type="text"], .sphboard_postform textarea {
857-width:80%;
858-}
859-.sph_captcha input[type="text"] {
860-width:100px;
861-}
862-.sphboard_post_list {
863-border-collapse:collapse;
864-width:100%;
865-}
866-.sphboard_post_list td, .sphboard_post_list th {
867-border:1px solid gray;
868-padding:5px;
869-}
870-.sphboard_post_list td.sphboard_post_subject {
871-height:10px;
872-}
873-.sphboard_post_list td.sphboard_post_body {
874-min-height:100px;
875-vertical-align:top;
876-}
877-.sphboard_post_list td.sphboard_post_authorinfo {
878-padding-top:2em;
879-vertical-align:top;
880-width:150px;
881-}
882-dl.sphboard_post_authorinfo_details dt {
883-font-weight:bold;
884-margin:0;
885-padding:0;
886-}
887-dl.sphboard_post_authorinfo_details dt:after {
888-content:": ";
889-}
890-dl.sphboard_post_authorinfo_details dd {
891-margin:0 0 0 1em;
892-padding:0;
893-}
894-.sphboard_thread_list {
895-border-collapse:collapse;
896-width:100%;
897-}
898-.sphboard_mainhead {
899-background-color:#0066CC;
900-color:white;
901-}
902-.sphboard_thread_list td, .sphboard_thread_list th {
903-border:1px solid gray;
904-padding:5px;
905-}
906-.sphboard_post_body .signature {
907-border-top:1px solid gray;
908-color:gray;
909-display:block;
910-font-size:smaller;
911-margin-top:20px;
912-padding-left:10px;
913-}
914-.sphboard_post_body .annotation_not_hidden {
915-border-bottom:1px solid gray;
916-font-size:smaller;
917-}
918-.sphboard_post_body .attachments {
919-border-top:1px solid black;
920-font-size:smaller;
921-margin-top:20px;
922-padding-left:10px;
923-}
924-.sphboard_post_body .attachments:before {
925-content:attr(title);
926-}
927-.sphboard {
928-width:100%;
929-}
930-.sphboard textarea {
931-width:100%;
932-}
933-
934-.sphboard label {
935-margin-left:20px;
936-width:auto;
937-float:none;
938-}
939-
940-.sphboard input {
941-width:100%;
942-}
943-
944-.board_previewarea {
945-border:2px solid gray;
946-display:none;
947-max-height:500px;
948-overflow:scroll;
949-padding:5px;
950-visibility:hidden;
951-}
952-.board_threadcount {
953-float:left;
954-}
955-.board_pagination {
956-display:block;
957-float:right;
958-}
959-.board_postdate {
960-float:left;
961-}
962-.board_controls {
963-float:right;
964-}
965-.polls_percent {
966-white-space:nowrap;
967-}
968-.polls_percentbar {
969-background-color:#CCCCCC;
970-font-size:5px;
971-height:10px;
972-}
973-.polls_choices {
974-list-style:none outside none;
975-}
976-ul.sphboard_post_summary {
977-display:block;
978-list-style-type:none;
979-margin:0;
980-padding:0;
981-}
982-.sphboard_post_summary li {
983-border-bottom:1px dotted gray;
984-display:block;
985-margin:0;
986-padding:1em;
987-}
988-.sphboard_post_summary li:hover {
989-background-color:#DDDDFF;
990-}
991-.sphboard_post_summary dt {
992-padding:0;
993-}
994-.sphboard_post_summary dd.category {
995-display:none;
996-}
997-.sphboard_post_summary .postdate {
998-font-size:x-small;
999-font-weight:bold;
1000-margin-bottom:1em;
1001-}
1002-.sphboard_post_summary .subject {
1003-}
1004-.sphboard_post_summary .body {
1005-max-height:4em;
1006-overflow:hidden;
1007-}
1008-.sphboard_post_summary li:hover .body {
1009-max-height:20em;
1010-}
1011-table.sphlist_threadlist {
1012-border-collapse:collapse;
1013-width:100%;
1014-}
1015-table.sphlist_threadlist th {
1016-font-size:smaller;
1017-}
1018-table.sphlist_threadlist td, table.sphlist_threadlist th {
1019-border:1px solid gray;
1020-padding:5px;
1021-}
1022-.sphlist_threadlist_newpost {
1023-width:20px;
1024-}
1025-td.sphlist_threadlist_views, td.sphlist_threadlist_posts {
1026-text-align:right;
1027-width:5%;
1028-}
1029-th.sphlist_threadlist_views {
1030-white-space:nowrap;
1031-}
1032-div.sortorder_desc:after {
1033-content:"↓";
1034-}
1035-div.sortorder_asc:after {
1036-content:"↑";
1037-}
1038-.sphlist_threadlist_object_count {
1039-float:left;
1040-}
1041-.sphlist_threadlist_pagination {
1042-display:block;
1043-float:right;
1044-}
1045-
1046
1047=== removed file 'media/dashboard/css/global.css'
1048--- media/dashboard/css/global.css 2011-01-12 21:43:31 +0000
1049+++ media/dashboard/css/global.css 1970-01-01 00:00:00 +0000
1050@@ -1,18 +0,0 @@
1051-html, body, div, span, img, h1, h2, h3, h4, h5, h6, p, big, small, a, del, em, strong, sub, sup, code, pre, dl, dt, dd, ol, ul, li, blockquote, q, form, label, legend, fieldset, input, select, textarea, table, tbody, tfoot, thead, caption, tr, th, td{font:normal normal normal 100%/1.22em 'Helvetica', Arial, sans-serif;margin:0;padding:0}p, h1, h2, h3, h4, h5, h6, ol, ul, table{margin-bottom:20px}body{background-color:#FBFEFF;background-position:50% top;background-repeat:repeat-x;color:#333;font-size:.875em}img, fieldset{border:0}h1, h2, h3, h4, h5, h6, strong{font-weight:bold}h1, h2, h3{margin-bottom:15px}h1{font-size:1.3em}h2{font-size:1.2em}h3, big{font-size:1.1em}h4{font-size:1em}h5, small{font-size:.9em}h6, .tiny{font-size:.8em}a{color:#06c;font-weight:bold}a:hover{cursor:pointer;text-decoration:underline}a, del{text-decoration:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}ol, ul{line-height:1.5em;margin-left:30px}ol ol, ol ul, ul ol, ul ul{margin-bottom:0}blockquote, q{quotes: none}blockquote:before, blockquote:after, q:before, q:after{content: '';content: none}table{border-collapse:collapse;border-spacing:0}caption, th{text-align:left}.right{float:right}.left{float:left}img.right{margin:0 0 5px 15px}img.left{margin:0 20px 5px 0}.clr{clear:both}#head, #content, #foot, .box{clear:both;margin:0 auto;width:960px}#content{padding:30px 0 10px}
1052-
1053-.page_title {padding-bottom:30px}.page_side p, .page_side ol, .page_side ul {margin-bottom:5px}.page_side_item{border-bottom:1px solid #adf;margin-bottom:17px;padding-bottom:5px}
1054-
1055-.title_blank {background:url(/media/dashboard/img/title-blank.png) no-repeat top left;color:#fff;display:block;height:74px;font-size:24px;font-weight:bold;line-height:73px;padding-left:25px;}
1056-
1057-.blog_post {border-bottom:1px solid #adf;margin-bottom:15px}.blog_post_last {margin-bottom:20px}.blog_post_info h3, .blog_post_info p {line-height:1.5em}.blog_post_info h3 {display:inline;margin:0}.blog_post_info p {color:#555;font-size:.9em;margin:-2px 0 10px}.blog_comment {margin-left:30px;}.blog_subs ul, .blog_archive ul {list-style:none;margin-left:10px}.blog_subs a {background:url(/media/dashboard/img/item-icon-rss.png) no-repeat;padding:0 0 0 25px;}.blog_subs a, .blog_archive a {display:block;margin:0;height:25px;width:170px;}.blog_archive div {margin-bottom:5px;}
1058-
1059-.pagi_bar {border-bottom:1px solid #adf;font-size:1.2em;margin-bottom:15px;}.pagi_bar span {font-weight:bold;}a.pagi_first, a.pagi_prev, a.pagi_next, a.pagi_last {background:url(/media/dashboard/img/item-icon-pagination.png) no-repeat 0 1px;display:block;height:15px;width:15px;}a.pagi_first, a.pagi_prev, .page_pages, a.pagi_next, a.pagi_last {float:left;}.pagi_pagination {float:right}a:hover.pagi_first {background-position:0 -14px}a.pagi_prev {background-position:-12px 1px}a.pagi_first, a.pagi_prev {margin-right:5px}a.pagi_next {background-position:-24px 1px}a.pagi_last {background-position:-40px 1px}a.pagi_next, a.pagi_last {margin-left:5px;}
1060-
1061-form h2 {background:url(/media/dashboard/img/title-blank-short.png) no-repeat top left;color:#fff;display:block;height:40px;font-size:18px;font-weight:bold;line-height:40px;padding-left:25px;margin:0}
1062-form div, form p {margin:0 15px 5px} form label, form input {margin-right:10px;} form label {display:block;float:left;font-size:.9em;font-weight:bold;margin-left:10px;text-align:right;width:150px;} form input {width:150px;} .form_button {margin:-5px 0 30px 185px;} fieldset {background:#def5ff url(/media/dashboard/img/title-blank-short-foot.png) no-repeat bottom;margin-bottom:25px;padding: 20px 0 15px;}
1063-
1064-.errorlist {background:#fcc;border:1px solid #c66;color:#600;list-style:none;margin:5px 15px 15px 170px;padding:4px 8px 3px;}
1065-
1066-.foot{background:#D0F0FF url(/media/dashboard/img/foot_back.png) repeat-x 50% top}#foot{padding:40px 0 15px}#foot, #foot a{color:#fff}.ft_sitemap div{clear:both;height:20px;margin-bottom:15px}.ft_sitemap ul{list-style:none;margin-left:0}.ft_sitemap ul li{float:left;font-size:.8em;list-style:none;margin:3px 20px 0 0}.ft_sitemap .sub{padding-bottom:15px}.ft_social{float:right}.ft_social a{display:block;float:left;margin-left:10px;height:36px;width:36px}.ft_s_twitter{background:url(/media/dashboard/img/social_icon_twitter.png)}.ft_s_facebook{background:url(/media/dashboard/img/social_icon_facebook.png)}.ft_s_digg{background:url(/media/dashboard/img/social_icon_digg.png)}.ft_s_delicious{background:url(/media/dashboard/img/social_icon_delicious.png)}.ft_s_stumble{background:url(/media/dashboard/img/social_icon_stumble.png)}.ft_s_reddit{background:url(/media/dashboard/img/social_icon_reddit.png)}.ft_s_technorati{background:url(/media/dashboard/img/social_icon_technorati.png)}.ft_s_newsvine{background:url(/media/dashboard/img/social_icon_newsvine.png)}.ft_info{font-size:.9em;margin-top:60px;text-align:right}
1067-
1068-.c3, .c4, .c5, .c6, .c7, .c8, .c9, .c12{display: inline;float: left;position: relative;margin:0 10px 0}.first{margin-left:0}.last{margin-right:0}.c3{width: 220px}.c4{width: 300px}.c5{width: 380px}.c6{width: 460px}.c7{width: 540px}.c8{width: 620px}.c9{width: 700px}.c12{width: 940px}#content .c3 {width: 190px;padding:0 15px}#content .c4 {width: 270px;padding:0 15px}#content .c8 {width: 590px;padding:0 15px}#content .c9 {width: 670px;padding:0 15px}
1069\ No newline at end of file
1070
1071=== removed file 'media/dashboard/css/home.css'
1072--- media/dashboard/css/home.css 2011-01-12 21:43:31 +0000
1073+++ media/dashboard/css/home.css 1970-01-01 00:00:00 +0000
1074@@ -1,745 +0,0 @@
1075-.nav {
1076- padding-top:1px;
1077-}
1078-.nav a {
1079- background:url(/media/dashboard/img/home-head-nav.png) no-repeat 0 0;
1080- display:block;
1081- float:left;
1082- height:84px;
1083- width:78px
1084-}
1085-.account a, .nav a {
1086- color:#fff;font-weight:normal;
1087-}
1088-.account {
1089- float:right;height:62px;width:390px;
1090-}
1091-.account a {
1092- display:block;float:right;font-size:.9em;margin:12px 0;padding:8px;
1093-}
1094-#content {
1095- padding:15px 0 10px;
1096-}
1097-.page_title {
1098- padding-bottom:5px;
1099-}
1100-
1101-table {
1102- width: 100%; margin-bottom: 25px
1103-}
1104-th {
1105- background: #333; color: white; padding: 4px 8px; font-size: 1.2em;
1106-}
1107-td {
1108- padding: 4px 8px;
1109-}
1110-.odd {
1111- background: #adf;
1112-}
1113-.section {
1114- background: #333; color: white; padding: 4px 8px; font-size: 1.5em
1115-}
1116-
1117-/* __ */
1118-
1119-#bread_crumbs {
1120- background: #2d2d2d;
1121- float: left;
1122- width: 920px;
1123- color: #989898;
1124- border-top: 1px solid #000;
1125- margin-left: 10px;
1126- padding: 0 5px 0 15px;
1127-}
1128-
1129-#bread_crumbs ul {
1130- float: left;
1131- margin: 0;
1132- padding: 0;
1133-}
1134-#bread_crumbs ul li {
1135- float: left;
1136- margin-right: 10px;
1137- list-style: none;
1138-}
1139-
1140-#bread_crumbs ul li a {
1141- background: url(/media/dashboard/img/bread_crumb.gif) top right no-repeat;
1142- display: block;
1143- color: #ccc;
1144- padding-top: 5px;
1145- padding-bottom: 5px;
1146- padding-right: 25px;
1147-}
1148-
1149-#bread_crumbs ul li a:hover {
1150- color: #fff;
1151-}
1152-
1153-ul#links {
1154- list-style: none;
1155- margin: 0;
1156- float: left;
1157-}
1158-
1159-#home_login {
1160- width: 445px;
1161-}
1162-
1163-#home_login fieldset {
1164- margin: 0;
1165-}
1166-
1167-#forgot_password {
1168- width: 200px;
1169- display: inline-block;
1170-}
1171-#home_login #error {
1172- color: #fff;
1173- font-size: 14px;
1174- background: rgba(255,0,0,0.51);
1175- padding: 5px;
1176- display: block;
1177- text-align: center;
1178- border-top: 1px solid rgba(255,0,0,0.47);
1179- border-bottom: 1px solid rgba(255,0,0,0.47);
1180-}
1181-
1182-
1183-#home_login label {
1184- display: block;
1185- float: none;
1186- padding: 0;
1187- margin: 0 0 5px;
1188- width: auto;
1189- text-align: left;
1190-}
1191-
1192-#home_login fieldset {
1193- background: 0;
1194- padding: 20px;
1195-}
1196-
1197-#home_login input {
1198- height: 25px;
1199- font-size: 20px;
1200- margin-bottom: 20px;
1201- width: 100%;
1202-}
1203-#home_login input[type="submit"] {
1204- height: 31px;
1205- background: url(/media/dashboard/img/login_btn.png) top left repeat-x;
1206- border: 1px solid #206cb5;
1207- float: left;
1208- margin: 0 10px 0 0;
1209- -webkit-border-radius: 3px;
1210- -moz-border-radius: 3px;
1211- -border-radius: 3px;
1212- color: #fff;
1213- font-weight: bold;
1214- width: 121px;
1215- font-size: 18px;
1216- text-shadow: #06416e -1px -1px 2px;
1217- cursor: pointer;
1218- clear: both;
1219-}
1220-
1221-#home_login input[type="submit"]:hover {
1222- background-position: center left;
1223-}
1224-
1225-#home_login input[type="submit"]:active {
1226- background-position: bottom left;
1227-}
1228-
1229-#home_login div {
1230- float: right;
1231- width: 125px;
1232- margin-right: 0;
1233- margin-left: 0;
1234- margin-bottom: 0;
1235-}
1236-
1237-#home_login div a {
1238- margin: 0;
1239- padding: 0;
1240- color: rgba(255,0,4,0.75) !important;
1241- display: inline;
1242-}
1243-#home_login div a:hover {
1244- color: rgba(255,0,4,1) !important;
1245-
1246-}
1247-
1248-#tab_content {
1249- float: left;
1250- margin-left: 25px;
1251- width: 538px;
1252-}
1253-
1254-.block {
1255- float: left;
1256- width: 254px;
1257- margin-right: 30px;
1258- background-color: #dff2ff;
1259- border: 1px solid #b1e7ff;
1260-}
1261-
1262-#last.block {
1263- margin-right: 0;
1264-}
1265-
1266-.block ul {
1267- list-style: none;
1268- padding: 0;
1269- margin: 0;
1270-}
1271-
1272-.block ul li.odd {
1273- background: #d2edff;
1274-}
1275-.block ul li {
1276- border-bottom: 1px solid #ccc;
1277-}
1278-
1279-.block ul li.last {
1280- border: navajowhite;
1281-}
1282-
1283-.block a {
1284- font-size: 12px;
1285- display: block;
1286- padding-bottom: 10px;
1287- padding-top: 10px;
1288- padding-left: 10px;
1289- color: #0a4a7a !important;
1290-}
1291-
1292-#tab_content.home {
1293- margin-left: 30px;
1294- width: 888px;
1295- float: left;
1296-}
1297-#projects {
1298- float: left;
1299- margin: 0 20px 0 0;
1300- width: 456px;
1301-
1302-}
1303-#projects li {
1304- border-bottom: 1px solid #bce3ff;
1305-}
1306-
1307-#projects a {
1308- display: block;
1309- background: url(/media/dashboard/img/server_icon.png) no-repeat 13px 9px;
1310- font-size: 14px;
1311- padding-left: 58px;
1312- height: 35px;
1313- padding-top: 5px;
1314- padding-bottom: 5px;
1315- z-index: 100;
1316- text-shadow: #000000 0 0 0;
1317-}
1318-
1319-#projects a:hover {
1320- color: #fff;
1321- background-color: #b8e1ff;
1322- text-decoration: none;
1323-}
1324-
1325-#projects a:active {
1326- background-color: #30a9ff;
1327-}
1328-
1329-span.data {
1330- color: #0d66a9;
1331- font-size: 11px;
1332- display: block;
1333-}
1334-
1335-#dashboard_nav {
1336- float: left;
1337- list-style: none;
1338- margin: 0;
1339- width: 154px;
1340- height: 400px;
1341-}
1342-
1343-#dashboard_nav a {
1344- background: url(/media/dashboard/img/nav_bg.png) top left repeat-x;
1345- display: block;
1346- height: 16px;
1347- color: #666;
1348- padding: 7px;
1349- width: 140px;
1350- margin-bottom: 0;
1351-}
1352-
1353-#dashboard_nav li.active {
1354- width: 155px;
1355-}
1356-
1357-#dashboard_nav li.active a {
1358- background: #f2f5f7;
1359- width: 141px;
1360- border-bottom: 1px solid #333;
1361-}
1362-
1363-#dashboard_nav a:hover{
1364- background-position: bottom left;
1365-}
1366-
1367-#right_content {
1368- float: left;
1369- width: 743px;
1370- padding: 20px;
1371-}
1372-
1373-#welcome {
1374- float: left;
1375- width: 350px;
1376- margin-right: 20px;
1377-}
1378-
1379-ul#content_nav {
1380- margin: 0 0 20px;
1381- list-style: none;
1382- float: left;
1383-}
1384-
1385-ul#content_nav li {
1386- background: #444 ;
1387- float: left;
1388- margin-right: 10px;
1389- -webkit-border-radius: 5px;
1390- -moz-border-radius: 3px;
1391- -border-radius: 3px;
1392- margin-bottom: 15px;
1393- width: 847px;
1394- padding: 1px 20px 0;
1395-}
1396-
1397-ul#content_nav li:hover {
1398- opacity: 0.9;
1399-}
1400-
1401-ul#content_nav a {
1402- font-weight: normal;
1403- height: 50px;
1404-}
1405-
1406-ul#content_nav a:hover {
1407- color: #fff;
1408-}
1409-
1410-ul#content_nav li a span {
1411- font-size: 24px;
1412- font-weight: bold;
1413- display: block;
1414- margin-top: 5px;
1415- margin-bottom: 5px;
1416-}
1417-
1418-a#lnk_board {
1419- background: url(/media/dashboard/img/chat_icon.png) no-repeat 0 12px;
1420- display: block;
1421- height: 18px;
1422- color: #e5e5e5;
1423- text-shadow: #595959 0 1px 2px;
1424- padding: 7px 7px 7px 51px;
1425- text-decoration: none;
1426- float: left;
1427- width: 809px;
1428-}
1429-
1430-a#lnk_wiki {
1431- background: url(/media/dashboard/img/book_icon.png) no-repeat 0 12px;
1432- display: block;
1433- height: 18px;
1434- width: 809px;
1435- color: #e5e5e5;
1436- padding: 7px 7px 7px 50px;
1437- text-decoration: none;
1438- text-shadow: #595959 0 1px 2px;
1439- float: left;
1440-
1441-}
1442-
1443-#home_resources {
1444- float: left;
1445- width: 408px;
1446- margin: 0;
1447-}
1448-
1449-#right_content form {
1450- float: left;
1451-}
1452-
1453-#right_content .block {
1454- width: 341px;
1455-}
1456-
1457-#right_content label {
1458- text-align: left;
1459- margin: 10px 0 5px;
1460- font-size: 14px;
1461- text-shadow: #fff 0 1px 2px;
1462-}
1463-
1464-#right_content fieldset {
1465- padding: 20px;
1466- margin: 0;
1467-}
1468-
1469-#right_content .block h2 {
1470- margin: 0 0 5px;
1471-}
1472-
1473-#right_content form input {
1474- width: 90%;
1475- padding: 7px;
1476- height: 15px;
1477- margin-bottom: 10px;
1478-}
1479-
1480-
1481-.block.last {
1482- margin-right: 0;
1483-}
1484-
1485-.ui-widget-content{
1486- background-image: none !important;
1487-}
1488-
1489-.dash-wrap {
1490- background: url(/media/dashboard/img/content_bg.gif) repeat-y 0 0 !important;
1491-}
1492-
1493-#right_content th, #radar th, fieldset h3, .block h3 {
1494- background: url(/media/dashboard/img/table_header_bg.png) top left repeat-x;
1495- border: 1px solid #6e6e6e;
1496- text-shadow: #4f4f4f 0 1px 2px;
1497- color: #ebebeb;
1498- font-size: 14px;
1499- height: 22px;
1500-}
1501-
1502-#tab_content.home .block h3 {
1503- margin: 0;
1504- height: 22px;
1505-}
1506-
1507-.block h3 {
1508- margin: 0;
1509- padding-left: 10px;
1510- padding-top: 5px;
1511-}
1512-
1513-.block fieldset h3 {
1514- padding-top: 5px;
1515- padding-left: 10px;
1516- margin: -20px -20px 10px;
1517- height: 17px;
1518-}
1519-
1520-fieldset h3 {
1521- margin-top: -20px;
1522- margin-left: -20px;
1523- padding: 7px 0 5px 8px;
1524- height: 17px;
1525- margin-right: -20px;
1526-}
1527-
1528-
1529-#right_content tr.odd, #radar tr.odd {
1530- background: #dff2ff;
1531-}
1532-
1533-#right_content tr.even, #radar tr.even {
1534- background: #f1f9ff;
1535-}
1536-
1537-#right_content tr.even td.odd, #radar tr.even td.odd {
1538- background: #e9f5ff;
1539-}
1540-
1541-#right_content tr.odd td.odd, #radar tr.odd td.odd {
1542- background: #cceaff;
1543-}
1544-
1545-#right_content table form#instances {
1546- margin-right: -27px;
1547-}
1548-
1549-#right_content table form.volume {
1550- margin-right: -50px;
1551-}
1552-
1553-#right_content table form {
1554- margin-right: -18px;
1555-}
1556-
1557-#right_content input[type="submit"], a.ui-state-default {
1558- height: 35px;
1559- width: auto;
1560- float: right;
1561- cursor: pointer;
1562- margin: 0 4px 0 0;
1563-}
1564-
1565-#right_content input[type="submit"]:hover, a.ui-state-default:hover {
1566- background: url(/media/dashboard/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png);
1567- text-decoration: none;
1568-}
1569-
1570-#right_content input[type="submit"]:active, a.ui-state-default:active {
1571- background-color: #c2ecff;
1572-}
1573-
1574-#right_content fieldset input {
1575- margin-bottom: 10px;
1576- margin-right: 0;
1577- width: 279px;
1578-}
1579-
1580-a.ui-state-default {
1581- padding: 8px;
1582- height: 18px;
1583- margin-left: -23px;
1584-}
1585-
1586-#page_head h2, .page_title h2{
1587- background: url(/media/dashboard/img/page_header.png) repeat-x top left;
1588- color: #fff;
1589- font-size: 24px;
1590- padding: 20px;
1591- text-shadow: #00294d -1px 0 2px;
1592- margin-top: -10px;
1593- -webkit-border-radius: 5px;
1594- -moz-border-radius: 5px;
1595- -border-radius: 5px;
1596-}
1597-
1598-#page_head p{
1599- color: #636363;
1600- margin-top: 14px;
1601-}
1602-
1603-.home #page_head h2{
1604- margin-top: 0px !important;
1605-}
1606-
1607-#spinner {
1608- background: url(/media/dashboard/img/spinner.gif) no-repeat;
1609- float: right;
1610- width: 24px;
1611- height: 24px;
1612- margin-top: 1px;
1613- display: none;
1614-}
1615-.home #page_head p {
1616- padding-left: 20px;
1617- padding-right: 20px;
1618-}
1619-
1620-#resources {
1621- float: right;
1622- margin-right: 0;
1623-}
1624-
1625-#frm_launch label{
1626- display: block;
1627- float: left;
1628- margin-top: 10px;
1629- margin-bottom: 5px;
1630- text-shadow: none;
1631-}
1632-
1633-#frm_launch select, #authorize select {
1634- width: 150px;
1635- float: left;
1636- margin-top: 8px;
1637-}
1638-
1639-#authorize label {
1640- width: 100%;
1641-}
1642-
1643-#frm_launch .odd, #frm_launch .even {
1644- float: left;
1645- width: 326px;
1646- margin: 0 -20px;
1647- padding: 10px;
1648-}
1649-
1650-#frm_launch .odd {
1651- background: #def5ff}
1652-
1653-#frm_launch .even {
1654- background: #c0e5ff;
1655-}
1656-
1657-#frm_launch textarea {
1658- width: 98%;
1659- margin-bottom: 5px;
1660-}
1661-
1662-#frm_launch h3 {
1663- margin-bottom: 0;
1664-}
1665-
1666-span.image_location {
1667- clear: both;
1668- display: block;
1669-}
1670-
1671-.volumes form label {
1672- width: 100%;
1673-}
1674-
1675-.volumes form select {
1676- float: left;
1677- width: 160px;
1678-}
1679-
1680-#right_content .errorlist {
1681- padding: 5px;
1682- margin-top: 0;
1683- height: 15px;
1684- float: left;
1685- width: 283px;
1686- margin-bottom: 10px;
1687-}
1688-
1689-#right_content .errorlist li {
1690- display: block;
1691- float: left;
1692-}
1693-
1694-#frm_launch .errorlist {
1695- margin: 0;
1696-}
1697-
1698-.block fieldset li {
1699- border: none;
1700-}
1701-
1702-.ui-state-highlight.success {
1703- background: #baffd4 !important;
1704- border: 1px solid #72df9b !important;
1705-}
1706-
1707-.ui-state-error {
1708- background: #f99 !important;
1709-}
1710-
1711-.ft_info {
1712- margin-top: 0 !important;
1713-}
1714-
1715-.c7 {
1716- width: 650px;
1717-}
1718-
1719-em {
1720- font-style: italic;
1721- font-size: 12px;
1722-}
1723-
1724-#radar_service td{
1725- padding: 0 !important;
1726- margin: 0 !important;
1727-}
1728-
1729-#service_head th{
1730- margin-top: 12px;
1731- height: 22px;
1732-}
1733-
1734-#dlg_launch {
1735- padding: 0;
1736-}
1737-
1738-#dlg_launch #frm_launch div {
1739- width: 385px;
1740-}
1741-
1742-#dlg_launch #frm_launch textarea {
1743- width: 280px;
1744- margin-left: 95px;
1745-}
1746-
1747-#frm_launch input.ui-state-default {
1748- margin-top: 20px !important;
1749- margin-right: -5px !important;
1750-}
1751-
1752-.ui-widget-header {
1753- background: #1b1b1b url(/media/dashboard/img/table_header_bg.png) top left repeat-x!important;
1754- border: none !important;
1755- font-weight: bold !important;
1756- color: #fff !important;
1757-}
1758-
1759-.ui-dialog-buttonpane {
1760- background: #c0e5ff !important;
1761- margin: 0 !important;
1762-}
1763-
1764-form.form-terminate input {
1765- margin-right: 15px !important;
1766-}
1767-
1768-form.form-key-delete input {
1769- position: relative;
1770- margin-left: 30px !important;
1771-}
1772-
1773-#image_launch a {
1774- margin-left: -38px;
1775-}
1776-
1777-.ui-widget .close {
1778- float: right;
1779-}
1780-
1781-p.error {
1782- background-color: #f99;
1783- color: white;
1784- border: 1px solid #ff7676;
1785- font-size: 13px;
1786- padding: 5px;
1787- margin-bottom: 20px;
1788-}
1789-
1790-td.radar_name a{
1791- display: block;
1792- height: 25px;
1793-}
1794-
1795-#service_head {
1796- margin-bottom: 15px;
1797-}
1798-
1799-#radar_service th, #service_head th {
1800- height: 20px !important;
1801-}
1802-
1803-#id_community_advprofile_avatar {
1804- width: 300px;
1805-}
1806-
1807-code, pre {
1808- background: #e1e1e1;
1809- padding: 5px;
1810- font-family: monospace;
1811- font-size: 12px;
1812- display: block;
1813- margin-bottom: 20px;
1814-}
1815-
1816-pre code {
1817- background: 0;
1818- margin: 0;
1819-}
1820\ No newline at end of file
1821
1822=== removed file 'media/dashboard/css/jquery.tooltip.css'
1823--- media/dashboard/css/jquery.tooltip.css 2011-01-12 21:43:31 +0000
1824+++ media/dashboard/css/jquery.tooltip.css 1970-01-01 00:00:00 +0000
1825@@ -1,9 +0,0 @@
1826-#tooltip {
1827- position: absolute;
1828- z-index: 3000;
1829- border: 1px solid #111;
1830- background-color: #eee;
1831- padding: 5px;
1832- opacity: 0.85;
1833-}
1834-#tooltip h3, #tooltip div { margin: 0; }
1835
1836=== removed file 'media/dashboard/css/new_dash.css'
1837--- media/dashboard/css/new_dash.css 2011-01-12 21:43:31 +0000
1838+++ media/dashboard/css/new_dash.css 1970-01-01 00:00:00 +0000
1839@@ -1,1145 +0,0 @@
1840-@import url("reset.css");
1841-
1842-/* Misc */
1843-body {
1844- background: #bdd4f9 url(../img/body_bg.png) repeat-x top left;
1845- font-family: "Lucida Grande", "Lucida Sans", sans-serif;
1846- font-size: 14px;
1847- line-height: 18px;
1848- margin: 0 !important;
1849-}
1850-
1851-p {
1852- margin-bottom: 10px;
1853-}
1854-h1{font-size: 26px; color: #333;}
1855-h2{font-size: 22px; color: #333;}
1856-h3{font-size: 18px; color: #333;}
1857-h4{font-size: 14px; color: #333;}
1858-
1859-#header h1 a {
1860- background: url(../img/logo.png) no-repeat top left;
1861- text-indent: 69px;
1862- height: 50px;
1863- display: block;
1864- color: #fff;
1865- font-weight: bold;
1866- float: left;
1867- padding: 18px 0 0;
1868- width: 500px;
1869-}
1870-
1871-#header h1 a span {
1872- font-weight: normal;
1873-}
1874-
1875-#header h1 a sup {
1876- color: #ccc;
1877- font-size: 12px;
1878- float: right;
1879- margin-top: -25px;
1880- margin-right: -10px;
1881-}
1882-
1883-a {
1884- color:#06c;
1885- font-weight:bold;
1886- text-decoration: none;
1887-}
1888-a:hover{ cursor:pointer; text-decoration:underline }
1889-
1890-#wrapper {
1891- width: 960px;
1892- margin-right: auto;
1893- margin-left: auto;
1894- margin-bottom: 0;
1895-}
1896-
1897-#content_wrap {
1898- float: left;
1899- width: 100%;
1900- background: #fff;
1901- border: 1px solid #ddd;
1902-/* rounded corners */
1903- -webkit-border-bottom-right-radius: 10px;
1904- -webkit-border-bottom-left-radius: 10px;
1905- -moz-border-radius-bottomright: 10px;
1906- -moz-border-radius-bottomleft: 10px;
1907- border-bottom-right-radius: 10px;
1908- border-bottom-left-radius: 10px;
1909- margin-right: 0;
1910- margin-left: 0;
1911- margin-bottom: 25px;
1912- position: relative;
1913- border-top: 0;
1914-}
1915-
1916-/* Header */
1917-
1918-#header {
1919- font-family: "Helvetica Neue", "Helvetica", Arial;
1920- margin-top: 20px;
1921- height: 69px;
1922-}
1923-
1924-#login {
1925- float: right;
1926-}
1927-
1928-#login a {
1929- color: #fff;
1930- font-weight: normal;
1931-}
1932-
1933-#user_info a { color: #fff; }
1934-#user_info a:hover { color: #e1e1e1; }
1935-
1936-#user_info {
1937- float: right;
1938- color: #fff;
1939- width: 180px;
1940- height: 50px;
1941- text-align: left;
1942-}
1943-
1944-#login_link {
1945- text-decoration: underline;
1946- margin-top: 15px;
1947- float: left;
1948- margin-left: 115px;
1949-}
1950-
1951-#user_info .user {
1952- clear: both;
1953- display: block;
1954- margin-bottom: 5px;
1955- font-size: 12px;
1956-}
1957-
1958-#user_info .user a {
1959- font-size: 14px;
1960-}
1961-
1962-#user_info img {
1963- float: left;
1964- margin-top: 4px;
1965-}
1966-
1967-#user_info ul {
1968- float: left;
1969- list-style-type: disc;
1970- font-size: 11px;
1971- margin-left: 30px;
1972- line-height: 12px;
1973-}
1974-/* Sidebar */
1975-
1976-#sidebar {
1977- float: left;
1978- width: 240px;
1979- background-color: #b0cdeb;
1980- margin-bottom: 25px;
1981-}
1982-
1983-#navigation ol {
1984- font-size: 12px;
1985- margin-left: 15px;
1986- margin-top: 10px;
1987- margin-bottom: 10px;
1988-}
1989-#navigation li h3 a{
1990- background: url(../img/nav_bg.png) repeat-x top left;
1991- text-align: center;
1992- font-size: 14px;
1993- height: 31px;
1994- padding-top: 10px;
1995- display: block;
1996- color: #999 !important;
1997- text-shadow: #252525 0 0 3px;
1998-}
1999-
2000-#navigation li h3.active a{
2001- background-position: 0 -41px;
2002- color: #fff !important;
2003-}
2004-
2005-#navigation li h3 a {
2006- color: #fff;
2007-}
2008-
2009-#projects {
2010- margin-bottom: 20px;
2011-}
2012-#projects a {
2013- color: #416c82;
2014-}
2015-
2016-
2017-.project h4 a{
2018- background: #e6e6e6;
2019- color: #747474 !important;
2020- padding: 5px 0 5px 10px;
2021- display: block;
2022- text-transform: uppercase;
2023- position: relative;
2024- font-size: 13px;
2025- border-top: 1px solid #d4d4d4;
2026- border-bottom: 1px solid #d4d4d4;
2027- margin: 10px 0;
2028-}
2029-
2030-.project h4 a:hover {
2031- background: #eee;
2032-}
2033-
2034-.project.active h4 a:hover {
2035- background: #7fc1f8;
2036-}
2037-.project.active h4 a {
2038- background: #689fce;
2039- border-top: 1px solid #ccd4fa;
2040- border-bottom: 1px solid #ccd4fa;
2041- border-color: #4681b2;
2042- color: #fff !important;
2043-}
2044-
2045-.project ul {
2046- line-height: 23px;
2047- margin-left: 14px;
2048- position: relative;
2049-}
2050-
2051-.project ul li {
2052- padding-left: 10px;
2053-}
2054-.project ul li a{
2055- padding: 5px 5px 5px 10px;
2056- display: block;
2057- position: relative;
2058-}
2059-
2060-.project ul li a:hover {
2061- background: #f7f7f7;
2062-}
2063-
2064-.project ul li.active a {
2065- background: #fff;
2066- border-bottom: 1px solid #999;
2067- border-left: 1px solid #e1e1e1;
2068-}
2069-
2070-/* Content Area */
2071-
2072-#content {
2073- float: left;
2074- padding: 25px;
2075- width: 670px;
2076-}
2077-
2078-#page_head {
2079- background: #f1f1f1;
2080- padding: 20px;
2081- float: left;
2082- width: 630px;
2083-}
2084-
2085-#page_head p {
2086- margin-top: 11px;
2087- font-size: 16px;
2088- line-height: 21px;
2089- color: #777;
2090-}
2091-
2092-#page_head em {
2093- color: #444;
2094-}
2095-#page_description {
2096- font-size: 13px;
2097-}
2098-
2099-#page_head {
2100- margin-bottom: 25px;
2101-}
2102-
2103-#content table {
2104- width: 100%;
2105- font-size: 12px;
2106- margin-bottom: 25px;
2107-}
2108-#content th {
2109- background: url(../img/table_header_bg.png) repeat-x left;
2110- padding: 5px;
2111- border-right: 1px solid #ccc;
2112- color: #fff;
2113-}
2114-
2115-#content tr td {
2116- background: #deeefc;
2117- text-align: center;
2118- height: 20px;
2119- vertical-align: middle;
2120- padding: 5px;
2121-}
2122-
2123-#content tr td.odd {
2124- background: #edf4ff;
2125-}
2126-
2127-#content tr.even .radar_name {
2128- background: #edf4ff;
2129-}
2130-
2131-#content tr.odd td {
2132- background: #c8deff;
2133-}
2134-
2135-#content tr.odd td.odd {
2136- background: #d2e5ff;
2137-}
2138-
2139-#content tr td.image_location {
2140- width: 60%;
2141- text-align: left;
2142-}
2143-
2144-td#actions {
2145- width: 200px;
2146- text-align: center;
2147-}
2148-
2149-input[type="submit"], input[type="button"], a.launch, a.console, a.reply, .new_thread a, .edit_btns input {
2150- background: url(../img/btn_bg.png) top left repeat-x;
2151- border: 1px solid #95bfff;
2152- -webkit-border-radius: 5px;
2153- -moz-border-radius: 5px;
2154- border-radius: 5px;
2155- cursor: pointer;
2156- color: #417aa6;
2157- font-weight: bold;
2158- height: 30px;
2159- font-size: 12px;
2160- margin: 5px;
2161- float: left;
2162- display: block;
2163- padding: 5px;
2164-}
2165-
2166-a.console, a.launch, a.reply, .new_thread a {
2167- height: 18px !important;
2168- width: 80% !important;
2169-}
2170-
2171-input.delete, input.detach {
2172- width: 95%;
2173-}
2174-
2175-.dash_block input[type="text"] {
2176- padding: 5px;
2177- width: 264px;
2178-}
2179-
2180-.dash_block input.create, .dash_block input.attach {
2181- float: right;
2182- width: 100px;
2183- margin-right: 9px;
2184-}
2185-
2186-.dash_block label {
2187- font-weight: bold;
2188- font-size: 14px;
2189- clear: both;
2190- display: block;
2191- margin-top: 10px;
2192-}
2193-
2194-.dash_block ul.errorlist, table.form .errorlist {
2195- background: #fec6c6;
2196- border: 1px solid #ff8e8e;
2197- margin-left: -21px;
2198- padding: 5px;
2199- margin-bottom: 5px;
2200-}
2201-
2202-table.form .errorlist {
2203- width: 543px;
2204- margin-left: -5px;
2205- margin-right: -3px;
2206-}
2207-
2208-input[type="submit"]:hover, input[type="button"]:hover, a.launch:hover, a.console:hover, a.reply:hover, .new_thread a:hover {
2209- background: url(../img/btn_bg.png) repeat-x left -30px;
2210-}
2211-
2212-input[type="submit"]:active, input[type="button"]:active, a.launch:active, a.console:active, a.reply:active, .new_thread a:active {
2213- background: url(../img/btn_bg.png) repeat-x left -60px;
2214-}
2215-
2216-.dash_block {
2217- float: left;
2218- width: 267px;
2219- background-color: #dff2ff;
2220- border: 1px solid #b1e7ff;
2221- padding: 20px;
2222- margin-left: 52px;
2223- font-size: 12px;
2224- line-height: 23px;
2225-}
2226-
2227-.dash_block.first {
2228- margin-left: 0;
2229-}
2230-
2231-.dash_block h3 {
2232- background: url(../img/table_header_bg.png) repeat-x 0;
2233- font-size: 14px;
2234- padding: 5px 0 5px 10px;
2235- color: #fff;
2236- text-shadow: #000 0 0 3px;
2237- margin-top: -22px;
2238- margin-left: -20px;
2239- width: 297px;
2240- margin-bottom: 11px;
2241-}
2242-
2243-.overview #welcome {
2244- width: 308px;
2245- float: left;
2246-}
2247-
2248-/* Footer */
2249-
2250-#footer {
2251- clear: both;
2252- margin-bottom: 50px;
2253-}
2254-
2255-.ft_sitemap div{clear:both;margin-bottom:15px;
2256- width: 400px;
2257- float: left;
2258-}.ft_sitemap ul{list-style:none;margin-left:0}.ft_sitemap ul li{float:left;font-size:.8em;list-style:none;margin:3px 20px 0 0}
2259-
2260-.ft_info{
2261- font-size:.9em;
2262- text-align:right;
2263- float: right;
2264- width: 250px;
2265- margin-top: -65px !imporant;
2266-}
2267-
2268-.c7 {
2269- float: left;
2270-}
2271-
2272-
2273-
2274-#home_login {
2275- width: 445px;
2276-}
2277-
2278-#home_login fieldset {
2279- margin: 0;
2280-}
2281-
2282-#forgot_password {
2283- font-size: 11px;
2284- width: 200px;
2285- display: inline-block;
2286-}
2287-#home_login .error, #home_login .errorlist {
2288- color: #fff;
2289- font-size: 14px;
2290- background: rgba(255,0,0,0.51);
2291- padding: 5px;
2292- display: block;
2293- text-align: center;
2294- border-top: 1px solid rgba(255,0,0,0.47);
2295- border-bottom: 1px solid rgba(255,0,0,0.47);
2296- margin-left: -20px;
2297- width: 435px;
2298-}
2299-#home_login .errorlist {
2300- margin-top: -10px;
2301- margin-bottom: 25px;
2302- text-align: left;
2303-}
2304-
2305-#home_login fieldset {
2306- width: 404px;
2307-}
2308-
2309-#home_login label {
2310- display: block;
2311- float: none;
2312- padding: 0;
2313- margin: 0 0 5px;
2314- width: auto;
2315- text-align: left;
2316-}
2317-
2318-#home_login fieldset {
2319- background: 0;
2320- padding: 20px;
2321-}
2322-
2323-#home_login input {
2324- height: 25px;
2325- font-size: 20px;
2326- margin-bottom: 20px;
2327- width: 99%;
2328-}
2329-#home_login input[type="submit"] {
2330- height: 31px;
2331- background: url(/media/dashboard/img/login_btn.png) top left repeat-x;
2332- border: 1px solid #206cb5;
2333- float: left;
2334- margin: 0 10px 0 0;
2335- -webkit-border-radius: 3px;
2336- -moz-border-radius: 3px;
2337- -border-radius: 3px;
2338- color: #fff;
2339- font-weight: bold;
2340- width: 121px;
2341- font-size: 18px;
2342- text-shadow: #06416e -1px -1px 2px;
2343- cursor: pointer;
2344- clear: both;
2345-}
2346-
2347-#home_login input[type="submit"]:hover {
2348- background-position: center left;
2349-}
2350-
2351-#home_login input[type="submit"]:active {
2352- background-position: bottom left;
2353-}
2354-
2355-#home_login.reset h3{
2356- padding-left: 10px;
2357- padding-top: 6px;
2358-}
2359-
2360-#home_login.reset input[type="submit"]{
2361- font-size: 12px;
2362- float: right;
2363- margin: 0;
2364-}
2365-
2366-#home_login div {
2367- float: right;
2368- width: 125px;
2369- margin-right: 0;
2370- margin-left: 0;
2371- margin-bottom: 0;
2372-}
2373-
2374-#home_login div a {
2375- margin: 0;
2376- padding: 0;
2377- color: rgba(255,0,4,0.75) !important;
2378- display: inline;
2379-}
2380-#home_login div a:hover {
2381- color: rgba(255,0,4,1) !important;
2382-
2383-}
2384-
2385-.login #home_login.block h3 {
2386- padding-left: 10px;
2387- padding-top: 6px;
2388-}
2389-
2390-
2391-#tab_content {
2392- float: left;
2393- margin-left: 25px;
2394- width: 538px;
2395-}
2396-
2397-.block {
2398- float: left;
2399- width: 254px;
2400- margin-right: 30px;
2401- background-color: #dff2ff;
2402- border: 1px solid #b1e7ff;
2403-}
2404-
2405-.block h3 {
2406- background: url(/media/dashboard/img/table_header_bg.png) top left repeat-x;
2407- text-shadow: #4f4f4f 0 1px 2px;
2408- color: #ebebeb;
2409- font-size: 14px;
2410- height: 22px;
2411- padding: 5px 3px 3px 10px;
2412-}
2413-
2414-#content table {
2415- float: left;
2416-}
2417-
2418-#instances a.console, #instances .terminate {
2419- width: 87px !important;
2420- float: left;
2421- margin-top: 0;
2422- margin-left: 2px;
2423- margin-bottom: 0;
2424-}
2425-
2426-#frm_launch textarea {
2427- width: 264px;
2428-}
2429-
2430-#frm_launch input {
2431- float: right;
2432- margin-right: 17px;
2433- width: 75px;
2434-}
2435-
2436-#frm_launch select {
2437- width: 270px;
2438-}
2439-
2440-.ui-state-highlight {
2441- background: #fcf8d7 !important;
2442-}
2443-
2444-.ui-state-highlight.success {
2445- background: #baffd4 !important;
2446- border: 1px solid #72df9b !important;
2447-}
2448-
2449-.ui-state-error {
2450- background: #f99 !important;
2451-}
2452-
2453-td.detail_wrapper {
2454- padding: 0 !important;
2455- text-align: left !important;
2456-
2457-}
2458-div.image_detail, div.instance_detail {
2459- background: url(/media/dashboard/img/image_detail.png) top left no-repeat;
2460- height: 90px;
2461- margin-left: -10px;
2462- width: 674px;
2463- margin-right: -9px;
2464- padding: 8px 8px 16px;
2465-}
2466-
2467-.image_detail_item, .instance_detail_item {
2468- clear: both;
2469-}
2470-.image_detail .column, .instance_detail .column {
2471- float: left;
2472- width: 265px;
2473-}
2474-
2475-.image_detail #last.column, .instance_detail #last.column {
2476- width: 144px;
2477- float: left;
2478-}
2479-.image_detail .label, .instance_detail .label {
2480- font-weight: bold;
2481- width: 85px;
2482- float: left;
2483-}
2484-
2485-.image_detail .data, .instance_detail .data{
2486- color: #666;
2487- float: left;
2488-}
2489-
2490-.instance_detail #last.column input, .instance_detail #last.column a {
2491- width: 110px !important;
2492- text-align: center;
2493- margin-bottom: 5px;
2494- font-size: 10px;
2495- height: 25px !important;
2496- display: block;
2497-}
2498-
2499-.instance_detail #last.column {
2500- width: 117px;
2501- float: right;
2502-}
2503-.instance_detail #last.column a {
2504- padding: 0;
2505- padding-top: 2px;
2506- height: 22px !important;
2507-}
2508-
2509-
2510-#edit_image_link, #edit_instance_link {
2511- display: block;
2512- float: left;
2513- font-size: 10px;
2514- margin-left: -50px;
2515- border: 1px solid #e1e1e1;
2516- padding: 0 5px;
2517- color: #579aff;
2518- margin-top: -30px;
2519-}
2520-#edit_image_link:hover {
2521- border: 1px solid #ccc;
2522- color: #1d77ff;
2523-}
2524-
2525-.instance_detail #last.column #edit_instance_link {
2526- width: 75px !important;
2527- float: right;
2528- border: 0;
2529- margin-top: 6px;
2530- margin-right: 20px;
2531- margin-bottom: 0;
2532-}
2533-.privacy {
2534- padding: 5px;
2535- text-transform: uppercase;
2536- text-align: center;
2537- float: right;
2538- width: 102px;
2539- font-weight: bold;
2540-}
2541-
2542-#public.privacy {
2543- background: #c1e3d0;
2544- border: 1px solid #78ca91;
2545- color: #38a74f !important;
2546-}
2547-
2548-#private.privacy {
2549- background: #e3c1c1;
2550- border: 1px solid #ca7878;
2551- color: #a63737 !important;
2552-}
2553-
2554-.image_detail .launch {
2555- text-align: center;
2556- margin-left: 31px;
2557- margin-top: 15px;
2558- width: 100px !important;
2559-}
2560-
2561-#page_head h2 span {
2562- text-transform: uppercase;
2563-}
2564-
2565-#welcome span {
2566- text-transform: uppercase;
2567-}
2568-
2569-table.form tr td input, table.form tr td textarea {
2570- width: 98% !important;
2571-}
2572-
2573-.edit_btns {
2574- float: right;
2575- width: 235px;
2576- margin-right: -5px;
2577- margin-top: -15px;
2578-}
2579-
2580-.edit_btns input{
2581- width: 100px;
2582- float: right;
2583-}
2584-
2585-#gov_banner {
2586- background: #bfe5ff;
2587- font-size: 10px;
2588- line-height: 14px;
2589- padding: 20px;
2590- border-top: 1px solid;
2591- border-bottom: 1px solid ;
2592- margin-top: 10px;
2593- border-color: #73c6ff;
2594-}
2595-
2596-#content.search #page_head {
2597- width: 630px;
2598-}
2599-
2600-.image_detail .delete {
2601- float: left;
2602-}
2603-.instance_detail .form-terminate input.terminate{
2604- float: left;
2605- clear: both;
2606- height: 20px;
2607- margin-left: -20px !important;
2608- margin-top: -20px !important;
2609-}
2610-
2611-.image_detail .delete input, #user_edit .deletelink, #update_profile input[type="reset"], .image_detail .image_privacy input, .instance_detail .form-terminate input[type="submit"], .cancel a {
2612- background: 0;
2613- border: none;
2614- color: #FF8885;
2615- text-decoration: underline;
2616- margin-top: -10px;
2617- font-size: 9px;
2618-}
2619-
2620-.image_detail .delete input:hover, #user_edit .deletelink:hover, #update_profile input[type="reset"]:hover, .instance_detail .form-terminate input[type="submit"]:hover, .cancel a:hover {
2621- color: red;
2622-}
2623-
2624-.cancel {
2625- margin-top: 5px;
2626- float: left;
2627-}
2628-.image_privacy input.public { color: #6fba6f; }
2629-.image_privacy input.public:hover { color: green; }
2630-
2631-h3.image_list_heading {
2632- margin-bottom: 10px;
2633-}
2634-
2635-#ami_name {
2636- font-weight:bold;
2637-}
2638-
2639-#user_edit select {
2640- width: 260px;
2641-}
2642-
2643-#user_edit input[type="submit"] {
2644- float: right;
2645- width: 80px;
2646-}
2647-
2648-#user_edit .deletelink {
2649- margin-top: 37px;
2650- display: block;
2651- float: left;
2652- margin-left: -15px;
2653- margin-bottom: -19px;
2654-}
2655-
2656-#user_edit {
2657- width: 628px;
2658-}
2659-
2660-#user_edit .form-row {
2661- margin-bottom: 20px;
2662- float: left;
2663-}
2664-
2665-#user_edit #user_name {
2666- float: left;
2667- margin-top: 10px;
2668-}
2669-
2670-#user_edit label {
2671- float: left;
2672- width: 60px;
2673-}
2674-#user_edit h2 {
2675- font-size: 11px;
2676- text-align: left;
2677- padding-left: 10px;
2678-}
2679-
2680-#user_edit h3 {
2681- width: 658px;
2682-}
2683-
2684-#user_edit input {
2685- width: 219px;
2686- height: 9px;
2687- border: 1px solid #ccc;
2688- margin-left: 7px;
2689-}
2690-
2691-#user_edit select.filtered {
2692- width: 270px;
2693-}
2694-
2695-#user_edit input[type="submit"] {
2696- height: 31px;
2697- margin-right: 0;
2698-}
2699-
2700-.project a.manage_link, .project.active a.manage_link {
2701- width: 22px;
2702- height: 20px;
2703- background: #fff url(../img/gears.png) no-repeat center 4px;
2704- text-indent: -9999px;
2705- border-top: 0;
2706- border-bottom: 0;
2707- border-left: 1px solid #4681b2;
2708- float: right;
2709- margin-top: -40px;
2710-}
2711-
2712-.project a.manage_link {
2713- background-color: #c9c9c9;
2714- border-left: 1px solid #b7b7b7;
2715-}
2716-
2717-.project a.manage_link:hover {
2718- background-color: #f1f1f1 !important;
2719- border-left: 1px solid #b7b7b7;
2720-}
2721-
2722-.project.active a.manage_link {
2723- background-color: #5393c9;
2724-}
2725-
2726-.project.active a.manage_link:hover {
2727- background-color: #80afd6 !important;
2728-}
2729-
2730-a.manage_link:hover {
2731- background: url(../img/gears.png) no-repeat center -23px !important;
2732-
2733-}
2734-
2735-/* Start update profile form */
2736-
2737-#update_profile {
2738- float: left;
2739-}
2740-
2741-#update_profile .form_section {
2742- padding: 11px 10px 10px 20px;
2743- float: left;
2744- width: 640px;
2745-}
2746-
2747-#update_profile .form_section.even {
2748- background: #e2eaf8;
2749-}
2750-
2751-#update_profile .form_section.odd {
2752- background: #c4d8f8;
2753-}
2754-
2755-#update_profile .form_section label {
2756- font-weight: bold;
2757- width: 190px;
2758- display: block;
2759- float: left;
2760- color: #444;
2761- margin-top: 7px;
2762-}
2763-
2764-#update_profile input[type="text"], #update_profile input[type="password"], #update_profile textarea{
2765- width: 427px;
2766- border: 1px solid #ccc;
2767- height: 25px;
2768- padding-left: 12px;
2769-}
2770-
2771- #update_profile select {
2772- width: 418px;
2773- border: 1px solid #ccc;
2774- margin-left: 27px;
2775- height: 25px;
2776-}
2777-
2778-#update_profile .separator {
2779- font-size: 18px;
2780- float: left;
2781- background: #f1f1f1;
2782- width: 630px;
2783- padding: 20px;
2784- color: #666;
2785- border-top: 1px solid #ccc;
2786- border-bottom: 1px solid #ccc;
2787- margin: 30px 0 0;
2788-}
2789-
2790-#update_profile .separator .helper_text {
2791- display: block;
2792- font-style: italic;
2793- color: #999;
2794- font-size: 12px;
2795- margin: 5px 0 0;
2796-}
2797-
2798-#update_profile .form_section .helper_text {
2799- display: block;
2800- font-style: italic;
2801- color: #575757;
2802- font-size: 12px;
2803- width: 180px;
2804- margin: 5px 0 0;
2805-}
2806-
2807-#update_profile .edit_btns {
2808- margin-top: 5px;
2809- margin-right: 2px;
2810-}
2811-
2812-#update_profile input[type="reset"] {
2813- margin-top: 6px;
2814-}
2815-
2816-#update_profile .errorlist li {
2817- color: red;
2818-}
2819-/* End update profile form */
2820-
2821-/* regions */
2822-
2823-#region_selector {
2824- background: #f1f1f1;
2825- padding: 10px;
2826- float: left;
2827- width: 700px;
2828- -webkit-border-top-right-radius: 10px;
2829- -moz-border-radius-topright: 10px;
2830- border-top-right-radius: 10px;
2831-}
2832-
2833-span#project_name {
2834- float: left;
2835-}
2836-
2837-#region_form {
2838- float: right;
2839- display: block;
2840-}
2841-
2842-#region_form label {
2843- font-weight: bold;
2844-}
2845-#region_form select {
2846- min-width: 150px;
2847- padding-left: 10px;
2848- margin-left: 5px;
2849-}
2850-/* end regions */
2851-
2852-/* start notification widgets */
2853-
2854-.message {
2855- float: left;
2856-}
2857-.ui-state-highlight, .ui-state-error {
2858- font-size: 14px;
2859- width: 625px;
2860- float: left;
2861- padding: 17px 20px;
2862- min-height: 17px;
2863- margin-bottom: 25px;
2864-}
2865-.ui-state-highlight p {
2866- padding-bottom: 0;
2867- margin: 0;
2868-}
2869-
2870-.close {
2871- float: right;
2872- cursor: pointer;
2873-}
2874-
2875-
2876-p .ui-icon {
2877- float: left;
2878- margin-right: 10px;
2879-}
2880-/* end of notification widgets */
2881-
2882-
2883-.edit_image input[type="text"], .edit_instance input[type="text"] {
2884- width: 254px !important;
2885-}
2886-
2887-.edit_image input[type="submit"], .edit_instance input[type="submit"] {
2888- float: right;
2889- margin-right: 0;
2890-}
2891-.edit_image textarea, .edit_instance textarea{
2892- width: 262px;
2893-}
2894-
2895-#desc.data {
2896- width: 169px;
2897- font-size: 10px;
2898- line-height: 14px;
2899- height: 50px;
2900-}
2901-
2902-.toc {
2903- border-bottom: 1px solid #e2e2e2;
2904- border-top: 1px solid #86B5EA;
2905-}
2906-
2907-#spinner {
2908- background: url(/media/dashboard/img/spinner.gif) no-repeat;
2909- float: right;
2910- width: 24px;
2911- height: 24px;
2912- margin-top: -10px;
2913- margin-right: -10px;
2914- display: none;
2915-}
2916-
2917-#radar_service table, #radar_service td {
2918- margin: 0 !important;
2919- padding: 0 !important;
2920-}
2921-
2922-#radar #radar_service td {
2923- margin: 0;
2924-}
2925-
2926- #radar_service table td {
2927- padding: 5px !important;
2928-}
2929-
2930-#radar .radar_name {
2931- padding: 10px !important;
2932-}
2933-
2934-td.status img {
2935- float: left;
2936- margin-left: 10px;
2937-}
2938-td.status span.name {
2939- display: block;
2940- float: left;
2941- font-size: 14px;
2942- margin-left: 15px;
2943- margin-top: 3px;
2944-}
2945-
2946-.home #projects {
2947- float: left;
2948- margin: 0 20px 0 0;
2949- width: 456px;
2950-
2951-}
2952-.home #projects li {
2953- border-bottom: 1px solid #bce3ff;
2954-}
2955-
2956-.home #projects a {
2957- display: block;
2958- background: url(/media/dashboard/img/server_icon.png) no-repeat 13px 9px;
2959- font-size: 14px;
2960- padding-left: 58px;
2961- height: 35px;
2962- padding-top: 5px;
2963- padding-bottom: 5px;
2964- z-index: 100;
2965- text-shadow: #000000 0 0 0;
2966-}
2967-
2968-.home #projects a:hover {
2969- background-color: #b8e1ff;
2970- text-decoration: none;
2971-}
2972-
2973-.home #projects a:active {
2974- background-color: #30a9ff;
2975-}
2976-
2977-.home span.data {
2978- color: #0d66a9;
2979- font-size: 11px;
2980- display: block;
2981-}
2982-
2983-
2984-
2985
2986=== modified file 'media/dashboard/css/openstack.css'
2987--- media/dashboard/css/openstack.css 2011-01-12 21:43:31 +0000
2988+++ media/dashboard/css/openstack.css 2011-01-17 10:02:28 +0000
2989@@ -1,63 +1,750 @@
2990+@import url("reset.css");
2991+
2992+/*==================
2993+ === Misc/General
2994+ ==================*/
2995+
2996 body {
2997 background: #f1f4f6;
2998- font-family: "Lucida Grande", "Lucida Sans", sans-serif;
2999+ font: 14px/18px "Lucida Grande", "Lucida Sans", sans-serif;
3000+ margin: 0;
3001+}
3002+
3003+p { margin-bottom: 10px; }
3004+h1{ font-size: 26px; color: #333; }
3005+h2{ font-size: 22px; color: #333; }
3006+h3{ font-size: 18px; color: #333; }
3007+h4{ font-size: 14px; color: #333; }
3008+
3009+a { color: #06C; text-decoration: none;}
3010+a:hover { color: #005ab4; text-decoration: underline; }
3011+
3012+#wrapper {
3013+ width: 960px;
3014+ margin: 0 auto;
3015+}
3016+
3017+.ui-state-highlight, .ui-state-error {
3018 font-size: 14px;
3019- line-height: 18px;
3020- margin: 0 !important;
3021+ width: 625px;
3022+ float: left;
3023+ padding: 17px 20px;
3024+ margin-bottom: 25px;
3025+}
3026+
3027+.ui-state-highlight { background: #fcf8d7 !important; }
3028+
3029+.ui-state-highlight.success {
3030+ background: #baffd4 !important;
3031+ border: 1px solid #72df9b;
3032+}
3033+
3034+.ui-state-error {
3035+ background: #f99 !important;
3036+}
3037+
3038+.ui-state-highlight p {
3039+ padding-bottom: 0;
3040+ margin: 0;
3041+}
3042+
3043+.close {
3044+ float: right;
3045+ cursor: pointer;
3046+}
3047+
3048+p .ui-icon {
3049+ float: left;
3050+ margin-right: 10px;
3051+}
3052+
3053+
3054+/*==================
3055+ === Header
3056+ ==================*/
3057+
3058+#header {
3059+ font-family: "Helvetica Neue", "Helvetica", Arial;
3060+ margin-top: 20px;
3061+ height: 69px;
3062 }
3063
3064 #header h1 a {
3065 background: url(../img/logo.gif) no-repeat top left;
3066 color: #6e6d6e;
3067+ height: 50px;
3068+ display: block;
3069+ font-weight: bold;
3070+ float: left;
3071+ padding: 25px 0 0 85px;
3072+ text-decoration: none;
3073+ margin-bottom: 20px;
3074+}
3075+#header h1 a span { font-weight: normal; }
3076+
3077+#user_info {
3078+ float: right;
3079+ width: 190px;
3080+}
3081+
3082+#user_info ul {
3083+ font-size: 12px;
3084+ float: left;
3085+ list-style: disc;
3086 margin-left: 30px;
3087- margin-bottom: 20px;
3088- padding: 24px 0 0 15px;
3089 }
3090
3091+
3092+/*==================
3093+ === Content
3094+ ==================*/
3095+
3096 #content_wrap {
3097- float: left;
3098- width: 100%;
3099 background: #fff;
3100+ float: left;
3101+ width: 960px;
3102+ position: relative;
3103+ margin: 0 0 25px;
3104 border: 1px solid #ddd;
3105- -webkit-border-bottom-right-radius: 10px;
3106+ -webkit-border-radius: 10px;
3107+ -moz-border-radius: 10px;
3108+ border-radius: 10px;
3109+}
3110+
3111+#content {
3112+ float: left;
3113+ padding: 25px;
3114+ width: 670px;
3115+}
3116+
3117+#welcome {
3118+ float: left;
3119+ width: 309px;
3120+}
3121+/* Home Page */
3122+
3123+
3124+#content.home #page_head, #content.login #page_head {
3125+ width: 870px;
3126+ float: left;
3127+}
3128+
3129+.block {
3130+ background-color: #dff2ff;
3131+ border: 1px solid #b1e7ff;
3132+ width: 445px;
3133+ float: left;
3134+
3135+}
3136+
3137+.block h3 {
3138+ background: url(../img/table_header_bg.png) repeat-x;
3139+ font-size: 14px;
3140+ padding: 5px 0 5px 10px;
3141+ color: #fff;
3142+ text-shadow: #000 0 0 3px;
3143+ width: 435px;
3144+}
3145+
3146+#content.home #projects {
3147+ float: left;
3148+ margin: 0 20px 0 0;
3149+ width: 445px;
3150+
3151+}
3152+#content.home #projects li {
3153+ border-bottom: 1px solid #bce3ff;
3154+ margin: 0;
3155+}
3156+
3157+.block ul li.odd {
3158+ background: #d2edff;
3159+}
3160+
3161+#content.home #projects a {
3162+ display: block;
3163+ background: url(/media/dashboard/img/server_icon.png) no-repeat 13px 9px;
3164+ padding: 5px 0 5px 58px;
3165+ font-weight: bold;
3166+}
3167+
3168+#content.home #projects a:hover {
3169+ color: #052a3d;
3170+ background-color: #b8e1ff;
3171+ text-decoration: none;
3172+}
3173+
3174+span.data {
3175+ color: #0d66a9;
3176+ font-size: 11px;
3177+ display: block;
3178+}
3179+
3180+#home_login .error, #home_login .errorlist {
3181+ color: #fff;
3182+ background: #ef767d;
3183+ text-align: center;
3184+ border-top: 1px solid #d60004;
3185+ border-bottom: 1px solid #d60004;
3186+ width: 435px;
3187+ margin: 0 0 10px -20px;
3188+ padding: 5px;
3189+}
3190+
3191+#home_login fieldset {
3192+ width: 400px;
3193+ padding: 20px;
3194+}
3195+
3196+#home_login label {
3197+ display: block;
3198+ margin: 0 0 5px 0;
3199+}
3200+
3201+#home_login input {
3202+ height: 25px;
3203+ font-size: 18px;
3204+ margin-bottom: 20px;
3205+ width: 396px;
3206+}
3207+
3208+#home_login input[type="submit"] {
3209+ float: right;
3210+ height: 31px;
3211+ background: url(/media/dashboard/img/login_btn.png) top left repeat-x;
3212+ border: 1px solid #206cb5;
3213+ color: #fff;
3214+ font-weight: bold;
3215+ width: 121px;
3216+ font-size: 16px;
3217+ text-shadow: #06416e -1px -1px 2px;
3218+ cursor: pointer;
3219+ margin: 0;
3220+ -webkit-border-radius: 3px;
3221+ -moz-border-radius: 3px;
3222+ -border-radius: 3px;
3223+}
3224+
3225+#home_login input[type="submit"]:hover {
3226+ background-position: center left;
3227+}
3228+
3229+#home_login input[type="submit"]:active {
3230+ background-position: bottom left;
3231+}
3232+
3233+#home_login.reset input[type="submit"]{
3234+ font-size: 12px;
3235+}
3236+
3237+#home_login div a {
3238+ margin: 0;
3239+ padding: 0;
3240+ color: #FF8885;
3241+ display: inline;
3242+}
3243+
3244+#home_login div a:hover {
3245+ color: red;
3246+}
3247+
3248+#forgot_password {
3249+ margin-top: 7px;
3250+ float: left;
3251+ font-size: 12px;
3252+}
3253+
3254+
3255+/* User Roles Manager */
3256+
3257+#user_edit {
3258+ width: 628px;
3259+}
3260+
3261+#user_edit .form-row {
3262+ margin-bottom: 20px;
3263+ float: left;
3264+}
3265+
3266+#user_edit #user_name {
3267+ float: left;
3268+ margin-top: 10px;
3269+}
3270+
3271+#user_edit label {
3272+ float: left;
3273+ width: 60px;
3274+}
3275+
3276+#user_edit h2 {
3277+ font-size: 11px;
3278+ text-align: left;
3279+ padding-left: 10px;
3280+}
3281+
3282+#user_edit h3 {
3283+ width: 658px;
3284+}
3285+
3286+#user_edit input {
3287+ width: 150px;
3288+}
3289+
3290+#user_edit select.filtered {
3291+ width: 270px;
3292+}
3293+
3294+#user_edit input[type="submit"] {
3295+ height: 31px;
3296+ margin-right: 0;
3297+}
3298+
3299+
3300+/* regions */
3301+
3302+#region_selector {
3303+ background: #f1f1f1;
3304+ padding: 10px;
3305+ float: left;
3306+ width: 700px;
3307+ -webkit-border-top-right-radius: 10px;
3308+ -moz-border-radius-topright: 10px;
3309+ border-top-right-radius: 10px;
3310+}
3311+
3312+span#project_name {
3313+ float: left;
3314+}
3315+
3316+#region_form {
3317+ float: right;
3318+}
3319+
3320+#region_form label {
3321+ font-weight: bold;
3322+}
3323+#region_form select {
3324+ min-width: 150px;
3325+ padding-left: 10px;
3326+ margin-left: 5px;
3327+}
3328+
3329+#page_head {
3330+ background: #f1f1f1;
3331+ float: left;
3332+ width: 630px;
3333+ margin: 0 0 25px;
3334+ padding: 20px;
3335+}
3336+
3337+#page_head p {
3338+ margin-top: 11px;
3339+ font-size: 16px;
3340+ line-height: 21px;
3341+ color: #777;
3342+}
3343+
3344+#page_head em {
3345+ color: #444;
3346+}
3347+
3348+.dash_block {
3349+ float: left;
3350+ width: 267px;
3351+ background-color: #dff2ff;
3352+ border: 1px solid #b1e7ff;
3353+ padding: 20px;
3354+ margin-left: 52px;
3355+ font-size: 12px;
3356+ line-height: 23px;
3357+}
3358+
3359+.dash_block.first {
3360+ margin-left: 0;
3361+}
3362+
3363+.dash_block h3 {
3364+ background: url(../img/table_header_bg.png) repeat-x 0;
3365+ font-size: 14px;
3366+ padding: 5px 0 5px 10px;
3367+ color: #fff;
3368+ text-shadow: #000 0 0 3px;
3369+ margin-top: -22px;
3370+ margin-left: -20px;
3371+ width: 297px;
3372+ margin-bottom: 11px;
3373+}
3374+
3375+.dash_block form select, .dash_block form textarea, .dash_block form input[type="text"] {
3376+ width: 265px;
3377+}
3378+
3379+.dash_block form input[type="submit"] {
3380+ float: right;
3381+ margin-right: 16px;
3382+}
3383+
3384+
3385+/* Tables */
3386+
3387+#content table {
3388+ width: 100%;
3389+ font-size: 12px;
3390+ margin-bottom: 25px;
3391+}
3392+
3393+#content th {
3394+ background: url(../img/table_header_bg.png) repeat-x left;
3395+ padding: 5px;
3396+ border-right: 1px solid #ccc;
3397+ color: #fff;
3398+}
3399+
3400+#content tr td {
3401+ background: #deeefc;
3402+ text-align: center;
3403+ height: 20px;
3404+ vertical-align: middle;
3405+ padding: 5px;
3406+}
3407+
3408+#content tr td.odd {
3409+ background: #edf4ff;
3410+}
3411+
3412+#content tr.odd td {
3413+ background: #c8deff;
3414+}
3415+
3416+#content tr.odd td.odd {
3417+ background: #d2e5ff;
3418+}
3419+
3420+td#actions {
3421+ width: 200px;
3422+ text-align: center;
3423+}
3424+
3425+input[type="submit"], input[type="button"], a.launch, a.console, a.reply, .new_thread a, .edit_btns input {
3426+ background: url(../img/btn_bg.png) top left repeat-x;
3427+ border: 1px solid #95bfff;
3428+ cursor: pointer;
3429+ color: #417aa6;
3430+ font-weight: bold;
3431+ height: 30px;
3432+ font-size: 12px;
3433+ margin: 5px;
3434+ float: left;
3435+ display: block;
3436+ padding: 5px;
3437+ -webkit-border-radius: 5px;
3438+ -moz-border-radius: 5px;
3439+ border-radius: 5px;
3440+}
3441+
3442+input[type="submit"]:hover, input[type="button"]:hover, a.launch:hover, a.console:hover, a.reply:hover, .new_thread a:hover {
3443+ background: url(../img/btn_bg.png) repeat-x left -30px;
3444+}
3445+
3446+input[type="submit"]:active, input[type="button"]:active, a.launch:active, a.console:active, a.reply:active, .new_thread a:active {
3447+ background: url(../img/btn_bg.png) repeat-x left -60px;
3448+}
3449+
3450+a.console, a.launch, a.reply, .new_thread a {
3451+ height: 18px !important;
3452+ width: 80% !important;
3453+}
3454+
3455+input.delete, input.detach {
3456+ width: 95%;
3457+}
3458+
3459+#right_content td.image_location {
3460+ text-align: left;
3461+}
3462+
3463+h3.image_list_heading {
3464+ margin-bottom: 10px;
3465+ float: left;
3466+}
3467+
3468+
3469+/* Instances and Images */
3470+
3471+h3.image_list_heading {
3472+ margin-bottom: 10px;
3473+}
3474+
3475+#instances table, #image_launch {
3476+ clear: both;
3477+}
3478+
3479+td.detail_wrapper {
3480+ padding: 0 !important;
3481+ text-align: left !important;
3482+
3483+}
3484+div.image_detail, div.instance_detail {
3485+ background: url(/media/dashboard/img/image_detail.png) top left no-repeat;
3486+ height: 90px;
3487+ width: 674px;
3488+ padding: 8px 8px 16px 8px;
3489+ margin: 0 -9px 0 -10px;
3490+}
3491+
3492+.image_detail_item, .instance_detail_item {
3493+ clear: both;
3494+}
3495+
3496+.image_detail .column, .instance_detail .column {
3497+ float: left;
3498+ width: 265px;
3499+}
3500+
3501+.image_detail #last.column {
3502+ width: 144px;
3503+ float: left;
3504+}
3505+.image_detail .label, .instance_detail .label {
3506+ font-weight: bold;
3507+ width: 85px;
3508+ float: left;
3509+}
3510+
3511+.image_detail .data, .instance_detail .data{
3512+ color: #666;
3513+ float: left;
3514+}
3515+
3516+.instance_detail #last.column input, .instance_detail #last.column a {
3517+ width: 110px !important;
3518+ text-align: center;
3519+ margin: 0 0 5px 0;
3520+}
3521+
3522+.instance_detail #last.column {
3523+ width: 117px;
3524+ float: right;
3525+}
3526+.instance_detail #last.column a {
3527+ padding: 2px 0 0 0;
3528+ height: 22px !important;
3529+ font-size: 10px;
3530+}
3531+
3532+#edit_image_link, #edit_instance_link {
3533+ float: left;
3534+ font-size: 10px;
3535+ margin-left: -45px;
3536+ color: #579aff;
3537+ margin-top: -30px;
3538+}
3539+
3540+#edit_image_link:hover {
3541+ color: #1d77ff;
3542+}
3543+
3544+.instance_detail #last.column #edit_instance_link {
3545+ float: right;
3546+ margin: 6px 6px 0 0;
3547+}
3548+
3549+.privacy {
3550+ padding: 5px;
3551+ text-transform: uppercase;
3552+ text-align: center;
3553+ float: right;
3554+ width: 102px;
3555+}
3556+
3557+#public.privacy {
3558+ background: #c1e3d0;
3559+ border: 1px solid #78ca91;
3560+ color: #38a74f;
3561+}
3562+
3563+#private.privacy {
3564+ background: #e3c1c1;
3565+ border: 1px solid #ca7878;
3566+ color: #a63737;
3567+}
3568+
3569+.image_detail .launch {
3570+ text-align: center;
3571+ width: 100px !important;
3572+ margin: 15px 0 0 31px;
3573+}
3574+
3575+.instance_detail .form-terminate input.terminate{
3576+ clear: both;
3577+ margin: -25px 0 0 0px !important;
3578+}
3579+
3580+.image_detail .delete input, #user_edit .deletelink, #update_profile input[type="reset"], .image_detail .image_privacy input, .instance_detail .form-terminate input[type="submit"], .cancel a {
3581+ background: none;
3582+ border: none;
3583+ color: #FF8885;
3584+ text-decoration: underline;
3585+ margin-top: -10px;
3586+ font-size: 9px;
3587+}
3588+
3589+.image_detail .delete input:hover, .image_detail input.private:hover, #user_edit .deletelink:hover, #update_profile input[type="reset"]:hover, .instance_detail .form-terminate input[type="submit"]:hover, .cancel a:hover {
3590+ color: red;
3591+}
3592+
3593+.cancel {
3594+ margin-top: 5px;
3595+ float: left;
3596+}
3597+
3598+#actions a.console, #actions a.terminate {
3599+ width: 87px !important;
3600+ float: left;
3601+}
3602+
3603+
3604+/* General Sidebar Navigation */
3605+
3606+#sidebar {
3607+ background: #b0cdeb;
3608+ float: left;
3609+ width: 240px;
3610+ margin-right: 0;
3611+ margin-top: 0;
3612+ margin-left: 0;
3613 -webkit-border-bottom-left-radius: 10px;
3614- -moz-border-radius-bottomright: 10px;
3615 -moz-border-radius-bottomleft: 10px;
3616- border-bottom-right-radius: 10px;
3617 border-bottom-left-radius: 10px;
3618- -webkit-border-top-right-radius: 10px;
3619+}
3620+
3621+#navigation li h3 a{
3622+ background: url(../img/nav_bg.png) repeat-x top left;
3623+ padding: 10px 0 13px 0;
3624+ text-align: center;
3625+ font-size: 14px;
3626+ display: block;
3627+ text-shadow: #252525 0 0 3px;
3628+ color: #fff;
3629+}
3630+#navigation li h3.active a{ background-position: 0 -41px; }
3631+
3632+#navigation li.first h3 a, #sidebar{
3633 -webkit-border-top-left-radius: 10px;
3634- -moz-border-radius-topright: 10px;
3635 -moz-border-radius-topleft: 10px;
3636- border-top-right-radius: 10px;
3637 border-top-left-radius: 10px;
3638- margin-right: 0;
3639- margin-left: 0;
3640- margin-bottom: 25px;
3641- position: relative;
3642-}
3643-
3644-#tab_content.home {
3645- margin: 0;
3646-}
3647-
3648-#content.home, #content.login {
3649- width: 909px;
3650-}
3651-
3652-#content.home #page_head, #content.login #page_head {
3653- width: 870px;
3654-}
3655-
3656-#header a { color: #6e6d6e; }
3657-#header a:hover { color: #989698; }
3658-
3659-#user_info {
3660- float: right;
3661- color: #6e6d6e;
3662- width: 180px;
3663- height: 50px;
3664- text-align: left;
3665-}
3666-
3667-
3668+ margin-top: -1px;
3669+}
3670+
3671+
3672+/* Sidebar Projects Navigation */
3673+
3674+#projects a { color: #416c82; }
3675+
3676+#projects .project h4 a {
3677+ background: #e6e6e6;
3678+ color: #888;
3679+ display: block;
3680+ text-transform: uppercase;
3681+ font-size: 13px;
3682+ border-top: 1px solid #d4d4d4;
3683+ border-bottom: 1px solid #d4d4d4;
3684+ margin: 10px 0 10px 0;
3685+ padding: 5px 0 5px 10px;
3686+}
3687+#projects .project h4 a:hover { background: #eee; }
3688+
3689+#projects .project.active h4 a {
3690+ background: #689fce;
3691+ border-top: 1px solid #4681b2;
3692+ border-bottom: 1px solid #4681b2;
3693+ color: #fff;
3694+}
3695+#projects .project.active h4 a:hover { background: #7fc1f8; }
3696+
3697+
3698+#projects .project { margin-bottom: 20px; }
3699+
3700+#projects .project ul li {
3701+ padding-left: 24px;
3702+ line-height: 23px;
3703+}
3704+
3705+#projects .project ul li a{
3706+ padding: 5px 5px 5px 10px;
3707+ display: block;
3708+ font-weight: bold;
3709+}
3710+#projects .project ul li a:hover { background: #f7f7f7; }
3711+
3712+#projects .project ul li.active a {
3713+ background: #fff;
3714+ border-bottom: 1px solid #999;
3715+ border-left: 1px solid #e1e1e1;
3716+}
3717+
3718+#projects .project h4 a.manage_link{
3719+ background: #c9c9c9 url(../img/gears.png) center 4px no-repeat !important;
3720+ width: 22px;
3721+ height: 20px;
3722+ float: right;
3723+ margin-top: -40px;
3724+ text-indent: -9999px;
3725+ border-left: 1px solid #b7b7b7;
3726+ border-bottom: none;
3727+ border-top: none;
3728+}
3729+#projects .project a.manage_link:hover {
3730+ background-color: #f1f1f1 !important;
3731+ border-color: #b7b7b7;
3732+}
3733+#projects .project.active a.manage_link { background-color: #5393c9 !important; border-color: #4c83af;}
3734+#projects .project.active a.manage_link:hover {
3735+ background-color: #80afd6 !important;
3736+ border-color: #b7b7b7;
3737+}
3738+
3739+
3740+/* Footer */
3741+
3742+#footer {
3743+ clear: both;
3744+ margin-bottom: 50px;
3745+}
3746+
3747+.sitemap a {
3748+ font-weight: bold;
3749+}
3750+
3751+.sitemap .sub ul a {
3752+ font-size: 12px;
3753+ font-weight: normal;
3754+}
3755+
3756+/* forms */
3757+.dash_block input[type="text"] {
3758+ padding: 5px;
3759+ width: 264px;
3760+}
3761+
3762+.dash_block input.create, .dash_block input.attach {
3763+ float: right;
3764+ width: 100px;
3765+ margin-right: 9px;
3766+}
3767+
3768+.dash_block label {
3769+ font-weight: bold;
3770+ font-size: 14px;
3771+ clear: both;
3772+ display: block;
3773+ margin-top: 10px;
3774+}
3775+
3776+.dash_block ul.errorlist, table.form .errorlist {
3777+ background: #fec6c6;
3778+ border: 1px solid #ff8e8e;
3779+ margin-left: -21px;
3780+ padding: 5px;
3781+ margin-bottom: 5px;
3782+}

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: