lib/beanstalkd_view/resources/bootstrap/css/overrides.css in beanstalkd_view-0.1.6 vs lib/beanstalkd_view/resources/bootstrap/css/overrides.css in beanstalkd_view-0.1.7

- old
+ new

@@ -1,9 +1,17 @@ a { color: #090; } +h1 { + margin-bottom: 10px; +} + +h3 { + margin-bottom: 4px; +} + .navbar-inner { background-color: #008000; background-image: none; } @@ -14,10 +22,16 @@ .well { background-color: #008000; } +.control-label { + color: white; + font-weight: bold; + } +} + .modal-header { background-color: #008000; color: white; } @@ -25,6 +39,15 @@ background-color: #008000; } td { width: 285px; +} + +td.data_cell { + margin: auto; + text-align: center; +} + +.btn { + margin-right: 14px; } \ No newline at end of file