| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .row-selectable tr {
- cursor: pointer;
- }
- ul.major-list {
- list-style-type: none;
- margin: 0;
- padding: 0;
- width: 100%;
- }
- ul.major-list li {
- cursor: pointer;
- border: 1px solid #E3E3E3;
- height: 60px;
- margin-bottom: 10px;
- }
- ul.major-list li div.main {
- padding: 10px;
- }
- ul.major-list li .pull-right {
- margin-right: 10px;
- margin-top: 18px;
- }
- .main i {
- color: #999999;
- }
- .sqoop-progress {
- width: 0%;
- background-color: #F89406;
- height: 3px;
- margin-top: -2px;
- }
- .waiting {
- color: #DDDDDD;
- font-size: 196px;
- }
- h1.emptyMessage {
- color: #BBBBBB;
- line-height: 60px;
- margin-top: 50px;
- }
- .sidebar-nav {
- padding: 9px 0;
- min-height: 150px !important;
- }
- .top-bar {
- background-color: #FAFAFA;
- border-bottom: 1px solid #E3E3E3;
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
- margin: 0 0 20px;
- padding: 10px 20px;
- text-align: left;
- height: 30px;
- }
- .top-bar h4 {
- margin-top: 4px;
- display: inline-block;
- margin-right: 20px;
- }
- .top-bar .pull-right {
- margin-top: 4px;
- margin-right: 20px;
- }
- .form-actions {
- bottom: 0;
- left: 0;
- margin: 0;
- position: fixed;
- width: 100%;
- padding-left: 20px !important;
- }
- .job-form {
- margin-bottom: 80px;
- }
|