Skip to content

Commit c53f4f3

Browse files
committed
Move a couple of still live CSS files/images (due to agenda) to facelift, and move the rest to non-facelift in preparation for cleaning up the static assets
- Legacy-Id: 8960
1 parent b5458c2 commit c53f4f3

137 files changed

Lines changed: 11 additions & 22 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

static/facelift/css/agenda/agenda.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -547,21 +547,21 @@ div.conflictlevel {
547547

548548
div.our-conflict {
549549
padding-left: 20px;
550-
background-image: url('/images/conflict-boxes/narow3.png');
550+
background-image: url('images/conflict-boxes/narow3.png');
551551
background-position: 8px 50%;
552552
background-repeat: no-repeat;
553553
}
554554

555555
div.our-conflic2 {
556556
padding-left: 20px;
557-
background-image: url('/images/conflict-boxes/narow2.png');
557+
background-image: url('images/conflict-boxes/narow2.png');
558558
background-position: 8px 50%;
559559
background-repeat: no-repeat;
560560
}
561561

562562
div.our-conflic3 {
563563
padding-left: 20px;
564-
background-image: url('/images/conflict-boxes/narow1.png');
564+
background-image: url('images/conflict-boxes/narow1.png');
565565
background-position: 8px 50%;
566566
background-repeat: no-repeat;
567567
}
@@ -720,21 +720,21 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99beff', end
720720
*/
721721
table.actual_conflict {
722722
padding-left: 20px;
723-
background-image: url('/images/conflict-boxes/narow3.png');
723+
background-image: url('images/conflict-boxes/narow3.png');
724724
background-position: 8px 50%;
725725
background-repeat: no-repeat;
726726
}
727727

728728
table.actual_conflic2 {
729729
padding-left: 20px;
730-
background-image: url('/images/conflict-boxes/narow2.png');
730+
background-image: url('images/conflict-boxes/narow2.png');
731731
background-position: 8px 50%;
732732
background-repeat: no-repeat;
733733
}
734734

735735
table.actual_conflic3 {
736736
padding-left: 20px;
737-
background-image: url('/images/conflict-boxes/narow1.png');
737+
background-image: url('images/conflict-boxes/narow1.png');
738738
background-position: 8px 50%;
739739
background-repeat: no-repeat;
740740
}
@@ -839,7 +839,7 @@ td.ourconflicts, td.theirconflicts {
839839
}
840840

841841
.highlight_free_slot{
842-
background-image: url('/images/green_hatch.png');
842+
background-image: url('images/green_hatch.png');
843843
}
844844

845845

@@ -854,7 +854,7 @@ td.ourconflicts, td.theirconflicts {
854854
}
855855

856856
.free_slot{
857-
background-image: url('/images/empty.png') no-repeat;
857+
/* background-image: url('images/empty.png') no-repeat;*/ /* 404, this file doesn't exist? */
858858
/* background-color:rgb(0, 102, 153) !important; /* the important tag should fix any precedence issues */
859859
}
860860

@@ -904,7 +904,7 @@ td.ourconflicts, td.theirconflicts {
904904

905905
.agenda_slot_plenary {
906906
/* background-color: #d38f2d; */ /* dark orange */
907-
background-image: url('/images/orange_hatch.png');
907+
background-image: url('images/orange_hatch.png');
908908
}
909909

910910
.agenda_slot_session {
@@ -1142,7 +1142,7 @@ background: -webkit-linear-gradient(top, #99beff 0%,#1e5799 100%); /* Chrome10+,
11421142

11431143
/* copied from doc.css, maybe with some modifications. */
11441144
a.editlink {
1145-
background-image: url("/images/pencil.png");
1145+
background-image: url("images/pencil.png");
11461146
background-size: 10px;
11471147
background-position: right top;
11481148
background-attachment: scroll;

static/facelift/css/agenda/base2.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a img { border: 0; }
6868
.ietf-navbar #wgs > .bd { border: 0;}
6969

7070
.ietf-navset {
71-
background:#214197 url(/images/yui/sprite.png) repeat-x left -1400px;
71+
background:#214197 url(images/yui/sprite.png) repeat-x left -1400px;
7272
color:white;
7373
border:1px solid black;
7474
padding:4px;
@@ -345,17 +345,6 @@ div.prompt { border: 1px dashed red; background-color: #ffeeaa; padding: 1em 2em
345345
margin: 12px;
346346
}
347347

348-
#feedbackformset table {width: 100%;}
349-
#feedbackformset .oddradio { background-color: white; text-align: center;}
350-
#feedbackformset .evenradio { background-color: #EDF5FF; text-align: center;}
351-
#feedbackformset .toggle { padding: 0px; }
352-
#feedbackformset .toggle a.trigger { display: block; width: 22px; height: 22px;}
353-
#feedbackformset .toggle a.closed { background: url(../images/plus.png) no-repeat center center;}
354-
#feedbackformset .toggle a.open { background: url(../images/minus.png) no-repeat center center;}
355-
#feedbackformset tr.body td { border-bottom: 1px solid #cbcbcb;}
356-
#feedbackformset tr.bodyform td { border-top: 1px solid #cbcbcb;}
357-
358-
359348
.baseform select,
360349
.baseform textarea,
361350
.baseform input {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)