|
@@ -38,13 +38,13 @@ ul#hbase-breadcrumbs li a {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.smartview {
|
|
.smartview {
|
|
|
- padding:0px;
|
|
|
|
|
|
|
+ padding:0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.smartview .smartview-row {
|
|
.smartview .smartview-row {
|
|
|
- padding:0px;
|
|
|
|
|
- font-size:0px;
|
|
|
|
|
- margin:0px;
|
|
|
|
|
|
|
+ padding:0;
|
|
|
|
|
+ font-size:0;
|
|
|
|
|
+ margin:0;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
margin-bottom: -1px;
|
|
margin-bottom: -1px;
|
|
|
position: relative;
|
|
position: relative;
|
|
@@ -52,16 +52,16 @@ ul#hbase-breadcrumbs li a {
|
|
|
|
|
|
|
|
.smartview .smartview-row input[type="checkbox"] {
|
|
.smartview .smartview-row input[type="checkbox"] {
|
|
|
border:solid 1px #ccc;
|
|
border:solid 1px #ccc;
|
|
|
- border-radius: 0px;
|
|
|
|
|
- margin: 0px;
|
|
|
|
|
- padding: 0px;
|
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.smartview .smartview-row h5 {
|
|
.smartview .smartview-row h5 {
|
|
|
- padding:0px 10px;
|
|
|
|
|
|
|
+ padding:0 10px;
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
background:#ddd;
|
|
background:#ddd;
|
|
|
- margin:0px;
|
|
|
|
|
|
|
+ margin:0;
|
|
|
border-bottom: solid 1px #ccc;
|
|
border-bottom: solid 1px #ccc;
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
|
|
@@ -90,7 +90,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
|
|
|
|
|
.smartview .smartview-row-controls.controls-hover-bottom {
|
|
.smartview .smartview-row-controls.controls-hover-bottom {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 0px;
|
|
|
|
|
|
|
+ bottom: 0;
|
|
|
right:5px;
|
|
right:5px;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
}
|
|
}
|
|
@@ -111,8 +111,8 @@ ul#hbase-breadcrumbs li a {
|
|
|
height:auto;
|
|
height:auto;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
- margin: 0px;
|
|
|
|
|
- padding:0px;
|
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ padding:0;
|
|
|
margin-right:-1px;
|
|
margin-right:-1px;
|
|
|
display:block;
|
|
display:block;
|
|
|
background: #ddd;
|
|
background: #ddd;
|
|
@@ -126,13 +126,13 @@ ul#hbase-breadcrumbs li a {
|
|
|
color:#000;
|
|
color:#000;
|
|
|
font-size:12px;
|
|
font-size:12px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- padding:0px;
|
|
|
|
|
|
|
+ padding:0;
|
|
|
height:100%;
|
|
height:100%;
|
|
|
max-width:200px;
|
|
max-width:200px;
|
|
|
max-height: 200px;
|
|
max-height: 200px;
|
|
|
display:table-cell;
|
|
display:table-cell;
|
|
|
min-width: 140px;
|
|
min-width: 140px;
|
|
|
- border-top:0px;
|
|
|
|
|
|
|
+ border-top:0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.smartview.gridView ul.smartview-cells > li {
|
|
.smartview.gridView ul.smartview-cells > li {
|
|
@@ -168,7 +168,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
|
|
|
|
|
.smartview ul.smartview-cells > li h6 {
|
|
.smartview ul.smartview-cells > li h6 {
|
|
|
padding:6px;
|
|
padding:6px;
|
|
|
- margin:0px;
|
|
|
|
|
|
|
+ margin:0;
|
|
|
color:#3a3a3a;
|
|
color:#3a3a3a;
|
|
|
background:#fafafa;
|
|
background:#fafafa;
|
|
|
border-bottom: solid 1px #ccc;
|
|
border-bottom: solid 1px #ccc;
|
|
@@ -194,11 +194,11 @@ ul#hbase-breadcrumbs li a {
|
|
|
color:#333;
|
|
color:#333;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
display: none;
|
|
display: none;
|
|
|
- padding:0px 6px;
|
|
|
|
|
|
|
+ padding:0 6px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.smartview ul.smartview-cells > li pre {
|
|
.smartview ul.smartview-cells > li pre {
|
|
|
- border-radius: 0px;
|
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
border:none;
|
|
border:none;
|
|
|
background:transparent;
|
|
background:transparent;
|
|
|
display:block;
|
|
display:block;
|
|
@@ -213,7 +213,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
|
|
|
|
|
.smartview ul.smartview-cells > li > div > textarea {
|
|
.smartview ul.smartview-cells > li > div > textarea {
|
|
|
display: block;
|
|
display: block;
|
|
|
- border-radius: 0px;
|
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
outline: none;
|
|
outline: none;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
min-width: 200px;
|
|
min-width: 200px;
|
|
@@ -251,13 +251,13 @@ ul#hbase-breadcrumbs li a {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.subnav {
|
|
.subnav {
|
|
|
- padding:5px 0px;
|
|
|
|
|
|
|
+ padding:5px 0;
|
|
|
line-height:30px;
|
|
line-height:30px;
|
|
|
border:none;
|
|
border:none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.subnav select, .subnav input, .well input, .well select, .smartview select, .smartview .smartview-row-controls input {
|
|
.subnav select, .subnav input, .well input, .well select, .smartview select, .smartview .smartview-row-controls input {
|
|
|
- margin:0px;
|
|
|
|
|
|
|
+ margin:0;
|
|
|
}
|
|
}
|
|
|
.ui-autocomplete {
|
|
.ui-autocomplete {
|
|
|
z-index:10000 !important;
|
|
z-index:10000 !important;
|
|
@@ -283,7 +283,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
line-height: 1em;
|
|
line-height: 1em;
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
|
- -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
|
|
|
|
|
|
|
+ -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
|
|
|
-webkit-rtl-ordering: logical;
|
|
-webkit-rtl-ordering: logical;
|
|
|
-webkit-transition-delay: 0s, 0s;
|
|
-webkit-transition-delay: 0s, 0s;
|
|
|
-webkit-transition-duration: 0.2s, 0.2s;
|
|
-webkit-transition-duration: 0.2s, 0.2s;
|
|
@@ -296,7 +296,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
|
border-bottom-style: solid;
|
|
border-bottom-style: solid;
|
|
|
border-bottom-width: 1px;
|
|
border-bottom-width: 1px;
|
|
|
- border-image-outset: 0px;
|
|
|
|
|
|
|
+ border-image-outset: 0;
|
|
|
border-image-repeat: stretch;
|
|
border-image-repeat: stretch;
|
|
|
border-image-slice: 100%;
|
|
border-image-slice: 100%;
|
|
|
border-image-source: none;
|
|
border-image-source: none;
|
|
@@ -311,7 +311,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
border-top-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
|
border-top-style: solid;
|
|
border-top-style: solid;
|
|
|
border-top-width: 1px;
|
|
border-top-width: 1px;
|
|
|
- box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
|
|
|
|
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
|
|
|
color: rgb(85, 85, 85);
|
|
color: rgb(85, 85, 85);
|
|
|
cursor: auto;
|
|
cursor: auto;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -321,17 +321,17 @@ ul#hbase-breadcrumbs li a {
|
|
|
height: 20px;
|
|
height: 20px;
|
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
|
- margin-bottom: 0px;
|
|
|
|
|
- margin-left: 0px;
|
|
|
|
|
- margin-right: 0px;
|
|
|
|
|
- margin-top: 0px;
|
|
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
|
+ margin-left: 0;
|
|
|
|
|
+ margin-right: 0;
|
|
|
|
|
+ margin-top: 0;
|
|
|
padding-bottom: 4px;
|
|
padding-bottom: 4px;
|
|
|
padding-left: 6px;
|
|
padding-left: 6px;
|
|
|
padding-right: 6px;
|
|
padding-right: 6px;
|
|
|
padding-top: 4px;
|
|
padding-top: 4px;
|
|
|
text-align: start;
|
|
text-align: start;
|
|
|
- text-indent: 0px;
|
|
|
|
|
- text-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
|
|
|
|
|
|
|
+ text-indent: 0;
|
|
|
|
|
+ text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
|
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
transition-delay: 0s, 0s;
|
|
transition-delay: 0s, 0s;
|
|
|
transition-duration: 0.2s, 0.2s;
|
|
transition-duration: 0.2s, 0.2s;
|
|
@@ -346,8 +346,8 @@ ul#hbase-breadcrumbs li a {
|
|
|
}
|
|
}
|
|
|
#search-tags {
|
|
#search-tags {
|
|
|
display: block;
|
|
display: block;
|
|
|
- margin: 0px;
|
|
|
|
|
- padding: 0px;
|
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
outline: none;
|
|
outline: none;
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -363,12 +363,12 @@ ul#hbase-breadcrumbs li a {
|
|
|
padding: 2px;
|
|
padding: 2px;
|
|
|
}
|
|
}
|
|
|
#search-tags span:hover {
|
|
#search-tags span:hover {
|
|
|
- margin: 0px;
|
|
|
|
|
|
|
+ margin: 0;
|
|
|
border: dashed 1px #5D6F8C;
|
|
border: dashed 1px #5D6F8C;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#search-tags > span > span {
|
|
#search-tags > span > span {
|
|
|
- padding: 0px 3px;
|
|
|
|
|
|
|
+ padding: 0 3px;
|
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -380,7 +380,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
#search-tags span.scan {
|
|
#search-tags span.scan {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background: #EDA11F;
|
|
background: #EDA11F;
|
|
|
- padding: 0px 3px;
|
|
|
|
|
|
|
+ padding: 0 3px;
|
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -413,17 +413,17 @@ ul#hbase-breadcrumbs li a {
|
|
|
{
|
|
{
|
|
|
background: yellow;
|
|
background: yellow;
|
|
|
border: none;
|
|
border: none;
|
|
|
- border-radius: 0px;
|
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
min-width: 1px;
|
|
min-width: 1px;
|
|
|
- padding:0px;
|
|
|
|
|
|
|
+ padding:0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
#search-typeahead {
|
|
#search-typeahead {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
z-index: 10000;
|
|
z-index: 10000;
|
|
|
- margin: 0px;
|
|
|
|
|
- padding: 0px;
|
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
padding-top: 1px;
|
|
padding-top: 1px;
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
margin-top: 40px;
|
|
margin-top: 40px;
|
|
@@ -455,14 +455,14 @@ ul#hbase-breadcrumbs li a {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#searchbar-main input[type=text].tag-searchbar {
|
|
#searchbar-main input[type=text].tag-searchbar {
|
|
|
- border: 0px;
|
|
|
|
|
|
|
+ border: 0;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
border:none;
|
|
border:none;
|
|
|
msargin-right:15%;
|
|
msargin-right:15%;
|
|
|
- padding:0px;
|
|
|
|
|
|
|
+ padding:0;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- border-radius: 0px;
|
|
|
|
|
|
|
+ border-radius: 0;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
width:100%;
|
|
width:100%;
|
|
|
}
|
|
}
|
|
@@ -481,9 +481,9 @@ ul#hbase-breadcrumbs li a {
|
|
|
|
|
|
|
|
#searchbar-main i.tagIndicator {
|
|
#searchbar-main i.tagIndicator {
|
|
|
color: #000;
|
|
color: #000;
|
|
|
- padding: 0px !important;
|
|
|
|
|
- border: 0px;
|
|
|
|
|
- margin: 0px;
|
|
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ margin: 0;
|
|
|
background: black !important;
|
|
background: black !important;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 1px;
|
|
width: 1px;
|
|
@@ -516,7 +516,7 @@ ul#hbase-breadcrumbs li a {
|
|
|
width: 80%;
|
|
width: 80%;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
top: 10%;
|
|
top: 10%;
|
|
|
- margin-top:0px;
|
|
|
|
|
|
|
+ margin-top:0;
|
|
|
overflow: visible;
|
|
overflow: visible;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -551,15 +551,15 @@ textarea {
|
|
|
#new_table_modal ul, #new_row_field_list
|
|
#new_table_modal ul, #new_row_field_list
|
|
|
{
|
|
{
|
|
|
list-style-type: none;
|
|
list-style-type: none;
|
|
|
- padding: 0px;
|
|
|
|
|
- margin: 0px;
|
|
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.add-on
|
|
.add-on
|
|
|
{
|
|
{
|
|
|
border-radius: 1.5em;
|
|
border-radius: 1.5em;
|
|
|
- border-bottom-left-radius: 0px;
|
|
|
|
|
- border-top-left-radius: 0px;
|
|
|
|
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
|
|
+ border-top-left-radius: 0;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
padding: 3px 12px 3px 8px;
|
|
padding: 3px 12px 3px 8px;
|
|
@@ -579,8 +579,8 @@ textarea {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
color: #ccc;
|
|
color: #ccc;
|
|
|
z-index: 100;
|
|
z-index: 100;
|
|
|
- width: 0px;
|
|
|
|
|
- height: 0px;
|
|
|
|
|
|
|
+ width: 0;
|
|
|
|
|
+ height: 0;
|
|
|
overflow: visible;
|
|
overflow: visible;
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
@@ -619,5 +619,5 @@ textarea {
|
|
|
background: linear-gradient(to bottom, #292b2d 0%,#000000 100%); /* W3C */
|
|
background: linear-gradient(to bottom, #292b2d 0%,#000000 100%); /* W3C */
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
|
|
|
border-color: #333;
|
|
border-color: #333;
|
|
|
- box-shadow: 0px 3px 5px rgba(0,0,0,.3);
|
|
|
|
|
|
|
+ box-shadow: 0 3px 5px rgba(0,0,0,.3);
|
|
|
}
|
|
}
|