chess/src/main/webapp/pages/css/bootstrap.css
branchchess
changeset 49 945fbfff28f3
parent 25 b20104a99a6b
     1.1 --- a/chess/src/main/webapp/pages/css/bootstrap.css	Thu Jul 25 16:21:25 2013 +0200
     1.2 +++ b/chess/src/main/webapp/pages/css/bootstrap.css	Tue Sep 24 22:20:24 2013 +0200
     1.3 @@ -1119,7 +1119,7 @@
     1.4  input,
     1.5  textarea,
     1.6  .uneditable-input {
     1.7 -  width: 206px;
     1.8 +  width: 300px;
     1.9  }
    1.10  
    1.11  textarea {
    1.12 @@ -1205,7 +1205,7 @@
    1.13    *margin-top: 4px;
    1.14    /* For IE7, add top margin to align select with labels */
    1.15  
    1.16 -  line-height: 30px;
    1.17 +    vertical-align: middle;
    1.18  }
    1.19  
    1.20  select {
    1.21 @@ -1775,6 +1775,7 @@
    1.22    -webkit-border-radius: 4px 0 0 4px;
    1.23       -moz-border-radius: 4px 0 0 4px;
    1.24            border-radius: 4px 0 0 4px;
    1.25 +    color: black;
    1.26  }
    1.27  
    1.28  .input-append input + .btn-group .btn:last-child,
    1.29 @@ -3218,7 +3219,7 @@
    1.30    line-height: 20px;
    1.31    color: #333333;
    1.32    text-align: center;
    1.33 -  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    1.34 +  text-shadow: none;
    1.35    vertical-align: middle;
    1.36    cursor: pointer;
    1.37    background-color: #f5f5f5;
    1.38 @@ -3966,7 +3967,7 @@
    1.39  }
    1.40  
    1.41  .nav > li > a {
    1.42 -  display: block;
    1.43 +  display: inline-block;
    1.44  }
    1.45  
    1.46  .nav > li > a:hover,
    1.47 @@ -4625,7 +4626,7 @@
    1.48  
    1.49  .navbar .nav > li > a {
    1.50    float: none;
    1.51 -  padding: 10px 15px 10px;
    1.52 +  padding: 10px 23px 10px;
    1.53    color: #777777;
    1.54    text-decoration: none;
    1.55    text-shadow: 0 1px 0 #ffffff;
    1.56 @@ -5646,7 +5647,7 @@
    1.57    display: inline-block;
    1.58    padding: 2px 4px;
    1.59    font-size: 11.844px;
    1.60 -  font-weight: bold;
    1.61 +  font-weight: normal;
    1.62    line-height: 14px;
    1.63    color: #ffffff;
    1.64    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);