Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
drseb committed Mar 27, 2017
1 parent 5c5ec00 commit e388d7f
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ hs_err_pid*
WebContent/WEB-INF/data
build/
/target/
/databackups/
4 changes: 2 additions & 2 deletions .settings/com.vaadin.integration.eclipse.prefs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
com.vaadin.integration.eclipse.mavenLatestVersionsUpgrade=["7.6.8","7.7.3"]
com.vaadin.integration.eclipse.previousCompileAction=both
com.vaadin.integration.eclipse.useLatestNightly=false
com.vaadin.integration.eclipse.widgetsetCompilationEta=190643
com.vaadin.integration.eclipse.widgetsetDirty=true
com.vaadin.integration.eclipse.widgetsetCompilationEta=39391
com.vaadin.integration.eclipse.widgetsetDirty=false
eclipse.preferences.version=1
72 changes: 62 additions & 10 deletions WebContent/VAADIN/themes/hpoweb/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
*/

.v-vaadin-version:after {
content: "7.6.2";
content: "7.7.7";
}

.v-widget {
Expand Down Expand Up @@ -3188,21 +3188,20 @@ div.v-layout.v-horizontal.v-widget {
-ms-backface-visibility: hidden;
backface-visibility: hidden;
padding: 4px 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 1;
}

.hpoweb .v-filterselect-suggestpopup [class$="suggestmenu"][style*="height"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
position: relative;
z-index: 1;
display: block;
}

.hpoweb .v-filterselect-suggestpopup table, .hpoweb .v-filterselect-suggestpopup tbody, .hpoweb .v-filterselect-suggestpopup tr, .hpoweb .v-filterselect-suggestpopup td {
display: block;
width: 100%;
overflow-y: hidden;
float: left;
clear: both;
}

.hpoweb .v-filterselect-suggestpopup .gwt-MenuItem {
Expand All @@ -3213,6 +3212,10 @@ div.v-layout.v-horizontal.v-widget {
font-weight: 400;
white-space: nowrap;
position: relative;
height: 27px;
box-sizing: border-box;
text-overflow: ellipsis;
overflow-x: hidden;
}

.hpoweb .v-filterselect-suggestpopup .gwt-MenuItem:active:before {
Expand Down Expand Up @@ -4338,6 +4341,8 @@ div.v-layout.v-horizontal.v-widget {
}

.hpoweb .v-grid-body {
-ms-touch-action: none;
touch-action: none;
z-index: 0;
top: 0;
}
Expand Down Expand Up @@ -4515,6 +4520,8 @@ div.v-layout.v-horizontal.v-widget {

.hpoweb .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content {
padding: 4px 0;
overflow-y: auto;
overflow-x: hidden;
}

.hpoweb .v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle {
Expand Down Expand Up @@ -4621,6 +4628,21 @@ div.v-layout.v-horizontal.v-widget {
user-select: none;
}

.hpoweb .v-grid-column-resize-simple-indicator {
position: absolute;
width: 3px;
top: 0px;
left: 18px;
z-index: 9001;
background: #fff;
box-shadow: 0px 0px 5px #000;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.hpoweb .v-grid-footer td {
background-color: #fafafa;
font-size: 14px;
Expand Down Expand Up @@ -5072,6 +5094,8 @@ div.v-layout.v-horizontal.v-widget {
.hpoweb .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content {
margin: 0 0 2px;
padding: 4px 4px 2px;
overflow-y: auto;
overflow-x: hidden;
}

.hpoweb .v-grid-sidebar.v-contextmenu.closed {
Expand Down Expand Up @@ -9310,6 +9334,11 @@ div.v-layout.v-horizontal.v-widget {
display: inline;
}

.hpoweb .v-on.v-disabled, .hpoweb .v-off.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}

.hpoweb .v-off:before {
visibility: hidden;
}
Expand Down Expand Up @@ -11027,6 +11056,12 @@ div.v-layout.v-horizontal.v-widget {
content: "\f054";
}

.hpoweb .v-select-twincol-error .v-select-twincol-options, .hpoweb .v-select-twincol-error .v-select-twincol-selections {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}

.hpoweb .v-select select {
border: 1px solid #c5c5c5;
background-color: #fafafa;
Expand Down Expand Up @@ -11055,6 +11090,12 @@ div.v-layout.v-horizontal.v-widget {
margin-left: 9px;
}

.hpoweb .v-select-error .v-select-select {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}

.hpoweb .v-calendar-header-day {
font-weight: 400;
text-align: center;
Expand Down Expand Up @@ -11495,6 +11536,11 @@ div.v-layout.v-horizontal.v-widget {
user-select: text;
}

.hpoweb .v-label.v-disabled {
opacity: 0.5;
filter: alpha(opacity=50) ;
}

.hpoweb .v-label-undef-w {
white-space: nowrap;
}
Expand Down Expand Up @@ -11777,6 +11823,12 @@ div.v-layout.v-horizontal.v-widget {
margin-left: 9px;
}

.hpoweb .v-select-error .v-select-select {
border-color: #ed473b !important;
background: #fffbfb;
color: #6c2621;
}

.hpoweb .v-popupview {
cursor: pointer;
color: #197de1;
Expand Down Expand Up @@ -13005,7 +13057,7 @@ div.v-layout.v-horizontal.v-widget {
transition: all 300ms;
}

.hpoweb .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems {
.hpoweb .valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems, .hpoweb .valo-menu-responsive[width-range~="0-800px"] .valo-menu-hover:hover .valo-menuitems {
-webkit-transform: translatex(0%);
-moz-transform: translatex(0%);
-ms-transform: translatex(0%);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -28,7 +28,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -58,7 +58,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -88,7 +88,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport no
canvasElementSupport no
Expand Down Expand Up @@ -118,7 +118,7 @@ vaadin.profiler false
videoElementSupport no
webApiUsage modern

0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -148,7 +148,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

0A26D8DAF21BA673DCB7F88E151D8CD7.cache.js
C846482F4EB9F3AAC2751F8202CFE849.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down
Loading

0 comments on commit e388d7f

Please sign in to comment.