For me is indifferent. I looked around the web and some bootstrap sites 
have a group of buttons and others haven't.

Anyway to revert to B1 please apply attached files.

About the color, please note that IE7 doesn't support the 'inherit' 
parameter so we have to apply a workaround (see attached bootswatch.css).

@Massimo in bootswatch.css I fixed the menu issue when BS2.0.4 is applied (
https://groups.google.com/d/msg/web2py/YqdwW3jIZ_I/KR2SebT8AnEJ). Please 
check if it works. Thank you.
 

Il giorno domenica 17 giugno 2012 05:30:04 UTC+2, Andrew ha scritto:
>
> A  week or two ago a change was made to the nav bar to give the auth 
> buttons for Login, Register, etc   a button look.   This was part of the 
> fix to the dropdown menus to get them to work with bootstrap.  Another 
> change was made to revert back to the old look (but only as an attachment 
> to a previous post in this list).  
>
> There are two screen shots, current welcome app, and with the buttons 
> reverted to the old look.
>
> Credit to Paolo for making both changes.  Given that the buttons have been 
> in trunk for a while, it is worth getting a consensus to keep it or revert 
> it.  So:
>
> *Vote:*
> *A)     KEEP THE BUTTON LOOK*
> *B)     REVERT TO THE OLD LOOK*
> *
> *
> *if B) *
> *
> *
> *B.1)     Revert to the Pipe separator between the options (as shown)*
> *B.2)     Don't include the Pipe separator.*
>
>
> B.1) involves updating a recent patch to layout.html:
> <div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' 
> | ','')) or ''}}</div>
>
> A patch for B.1) has already been sent to Massimo (that's my vote :) ) , 
> but let's see what the general feeling is.
>
> Thanks
>
Title: {{=response.title or request.application}}
{{=response.flash or ''}}
{{if left_sidebar_enabled:}} {{pass}}
{{block center}} {{include}} {{end}}
{{if right_sidebar_enabled:}}
{{block right_sidebar}}

Right Sidebar

{{end}}
{{pass}}
{{block footer}} {{end}}
{{if response.google_analytics_id:}} {{pass}}
body {
  padding-top: 90px; /* container go all the way to the bottom of the topbar */
  height:auto; /*to avoid vertical scroll bar*/
}

h1,h2,h3,h4,h5,h6 {font-family: inherit;}

li {margin-bottom: 0;} /*bootswatch*/

.auth_navbar, .navbar .btn-group{padding:0;}

@media only screen and (max-width: 320px) {
  .navbar-inner{position:relative;}
  #navbar{float:none;position:absolute;bottom:-10px;left:4px;}
}

.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}

.subhead h1 {
  font-size: 54px;
}

.jumbotron small {
  font-size: 20px;
  font-weight: 300;
}

/* bootstrap dropdown */

.dropdown-menu ul {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover ul {
    visibility: visible;
}

.navbar .dropdown-menu ul:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 5px;
}

.navbar .dropdown-menu ul:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 6px;
    left: -6px;
}

.dropdown-menu span{
  display:inline-block;
}

.icon-chevron-right {
  border-left: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  opacity: 0.7;
  vertical-align: top;
  width: 0;
  margin-right:-13px;
  margin-top: 7px;
  float:right;
}

.dropdown-menu ul{display:block;} /* fix the issue in BS 2.0.4 */

#navbar{padding-top:9px;}

#navbar .auth_navbar, #navbar .auth_navbar a {color:inherit;}

.ie-lte7 #navbar .auth_navbar, #navbar .auth_navbar a {color:expression(this.parentNode.currentStyle['color']); /* ie7 doesn't support inherit */}

Reply via email to