More cleaning of left navbar in "new tracker UI"
- Legacy-Id: 1899
This commit is contained in:
parent
3e3809ba5b
commit
8bb86c9f65
|
@ -49,8 +49,8 @@ IETF = {};
|
|||
</head>
|
||||
<body class="yui-skin-sam" {% block bodyAttrs %}{%endblock%}>
|
||||
|
||||
<div style="background-color:#313163;color:white;font-size:150%;">
|
||||
<img src="/images/ietflogo-blue.png" width="60" style="vertical-align:middle;padding-left:8px;" alt=""/><span style="color:white; padding-left:15px;font-weight:bold;letter-spacing:0.1em;">datatracker.ietf.org</span>
|
||||
<div style="background-color:#313163;color:white;font-size:150%;height:35px;">
|
||||
<img src="/images/ietflogo-blue-small.png" width="60" height="34" style="vertical-align:middle;padding-left:8px;" alt=""/><span style="color:white; padding-left:15px;font-weight:bold;letter-spacing:0.1em;">datatracker.ietf.org</span>
|
||||
</div>
|
||||
<div id="ietf-login" style="position:absolute;top:8px;right:10px;">
|
||||
{% if user.is_authenticated %}
|
||||
|
|
|
@ -46,7 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<li class="sect first">Working Groups</li>
|
||||
{% endif %}
|
||||
|
||||
<li><div id="wgs" class="yuimenu"><div class="bd" style="border:0;">
|
||||
<li style="padding-bottom:0;"><div id="wgs" class="yuimenu"><div class="bd" style="border:0;">
|
||||
<ul class="first-of-type" style="padding:0;">
|
||||
<!-- begin wg_menu -->
|
||||
{% wg_menu %}
|
||||
|
@ -54,7 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</ul>
|
||||
</div></div></li>
|
||||
|
||||
<li><a href="http://tools.ietf.org/wg/concluded">Concluded WGs</a></li>
|
||||
<li style="padding-top:0;"><a href="http://tools.ietf.org/wg/concluded">Concluded WGs</a></li>
|
||||
<li><a href="http://www.ietf.org/list/nonwg.html">Non-WG Lists</a></li>
|
||||
|
||||
<li class="sect">Drafts & RFCs</li>
|
||||
|
|
BIN
static/images/ietflogo-blue-small.png
Executable file
BIN
static/images/ietflogo-blue-small.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue