diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-04 16:17:47 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-05 09:25:44 +0300 |
commit | 1cb6ec0785ef0202064028146f5d64bcbe784f0f (patch) | |
tree | ffbd01112b9b12dc41ab986784532b08f6973012 /themes | |
parent | 119434318dfbfc867c1cc0a63139feba6cb21731 (diff) | |
download | vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.tar.gz vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.zip |
Remove the "liferay" theme
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
Diffstat (limited to 'themes')
40 files changed, 0 insertions, 1396 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index 7c665542bb..588bf6704d 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -151,25 +151,6 @@ </configuration> </execution> <execution> - <id>compile-legacy-liferay</id> - <phase>process-resources</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <classpathScope>compile</classpathScope> - <executable>${java.home}/bin/java</executable> - <arguments> - <argument>-classpath</argument> - <classpath /> - - <argument>com.vaadin.sass.SassCompiler</argument> - <argument> ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.scss</argument> - <argument> ${project.build.outputDirectory}/VAADIN/themes/liferay/legacy-styles.css</argument> - </arguments> - </configuration> - </execution> - <execution> <id>compile-legacy-reindeer</id> <phase>process-resources</phase> <goals> diff --git a/themes/src/main/themes/VAADIN/themes/liferay/accordion/accordion.scss b/themes/src/main/themes/VAADIN/themes/liferay/accordion/accordion.scss deleted file mode 100644 index 9a37fd463e..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/accordion/accordion.scss +++ /dev/null @@ -1,35 +0,0 @@ -@mixin liferay-accordion { - -.v-accordion { - border: 1px solid #999; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-accordion-item-caption { - color: #222; - text-shadow: 1px 1px #FFFFFF; - font-weight: bold; - background: #c0c2c5 url(/html/themes/classic/images/application/panel_header_bg.png) repeat-x scroll 0 0; - border-top: 1px solid #999; - border-bottom: none; - padding: 4px 5px 5px 5px; -} - -.v-accordion-item-caption .v-caption { - font-size: 12px; -} - -.v-accordion-item-first .v-accordion-item-caption { - border-top: none; - -webkit-border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; -} - -.v-accordion-item-open .v-accordion-item-caption { - border-bottom: 1px solid #999; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/button/button.scss b/themes/src/main/themes/VAADIN/themes/liferay/button/button.scss deleted file mode 100644 index 85c1eb4094..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/button/button.scss +++ /dev/null @@ -1,110 +0,0 @@ -@mixin liferay-button { - -.v-button:focus { - outline: none; -} - -.v-button:hover .v-button-wrap { - background: #b9ced9 url(/html/themes/classic/images/application/state_hover_bg.png) repeat-x 0 0; - border-color: #627782; - color: #369; -} - -.v-button:active .v-button-wrap, -.v-button.v-pressed .v-button-wrap, -.v-button:focus .v-button-wrap { - background: #ebebeb url(/html/themes/classic/images/application/state_active_bg.png) repeat-x 0 0; - border-color: #555; -} - -.v-button { - padding: 0; - border: none; - height: 26px; - overflow: hidden; -} - -.v-nativebutton { - font-size: $font-size; -} -.v-button .v-button-wrap, -.v-disabled.v-button .v-button-wrap { - display: block; - font-size: $font-size; - font-weight: bold; - border: 1px solid #c8c9ca; - border-right-color: #9e9e9e; - border-bottom-color: #9e9e9e; - background: #d4d4d4 url(/html/themes/classic/images/portlet/header_bg.png) repeat-x 0 0; - -webkit-background-origin: padding; - -moz-background-origin: padding; - padding: 4px 4px 0px 4px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - line-height: 16px; - min-height: 16px; - text-shadow: 1px 1px #fff; - color: #34404f; - text-overflow: ellipsis; - height: 20px; -} - -.v-button-caption { - line-height: 16px; -} - -/* Link style button */ -.v-button-link, -.v-disabled.v-button-link, -.v-button-link:focus, -.v-button-link:active, -.v-button-link:hover, -.v-button-link-pressed, -button.v-nativebutton-link, -.v-disabled.v-nativebutton-link, -button.v-nativebutton-link:focus, -button.v-nativebutton-link:active, -button.v-nativebutton-link:hover, -button.v-nativebutton-link-pressed, -.v-button.v-button-link .v-button-wrap, -.v-button.v-button-link:focus .v-button-wrap, -.v-button.v-button-link:active .v-button-wrap, -.v-disabled.v-button.v-button-link .v-button-wrap { - color: #5B677D; - font-weight: normal; - border: none; - border-style: none; - background: transparent; - padding: 0; - font-size: $font-size; - -webkit-box-shadow: none; - -mox-box-shadow: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - text-shadow: none; - height: auto; -} - -.v-button-link:hover { - color: #0066cc; - text-decoration: none; -} - -.v-button-link:focus, -.v-sa & .v-button-link:focus { - outline: 1px dotted #1b699f; - outline-offset: -1px; -} - -.v-sa & .v-button-link:focus { - outline-offset: -1px; -} - -/* CheckBox */ -.v-checkbox input { - margin-right: 3px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/colorpicker/colorpicker.scss b/themes/src/main/themes/VAADIN/themes/liferay/colorpicker/colorpicker.scss deleted file mode 100644 index fc50297388..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/colorpicker/colorpicker.scss +++ /dev/null @@ -1,19 +0,0 @@ -@mixin liferay-colorpicker($name : v-colorpicker) { - -.#{$name}-button-color { - border: 1px solid #999999; -} - -.#{$name}-popup { - width: 252px; -} - -.#{$name}-popup .v-tabsheet .#{$name}-grid { - height: 312px; -} - -.#{$name}-popup .v-filterselect { - padding-right: 24px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/common/buttons_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/common/buttons_sprites.png Binary files differdeleted file mode 100644 index 70521dffce..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/common/buttons_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/common/common.scss b/themes/src/main/themes/VAADIN/themes/liferay/common/common.scss deleted file mode 100644 index 0d653baf7c..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/common/common.scss +++ /dev/null @@ -1,39 +0,0 @@ -@mixin liferay-common { - -body &.v-app { - background-color: transparent; -} - -.v-caption { - font-weight: bold; -} - -.v-tooltip { - background-color: #fffcdd; - border: 1px solid #b8b295; - font-size: 11px; - color: #222; -} -.v-tooltip-text { - padding: 2px 4px; -} -.v-tooltip .v-errormessage { - padding: 3px 4px; - background: #ffecc6; - color: #b74100; - border: none; - border-top: 1px solid #fff3dc; -} -.v-tooltip .v-errormessage h2 { - font-size: 16px; - font-weight: normal; - color: #ab3101; - margin: 2px 0 8px 0; -} -.v-tooltip .v-errormessage h3 { - font-size: 13px; - font-weight: bold; - margin: 1px 0 4px 0; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/contextmenu/contextmenu.scss b/themes/src/main/themes/VAADIN/themes/liferay/contextmenu/contextmenu.scss deleted file mode 100644 index 7748580f0c..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/contextmenu/contextmenu.scss +++ /dev/null @@ -1,44 +0,0 @@ -@mixin liferay-contextmenu { - -.v-contextmenu { - background: #ccc9c9 url(/html/themes/classic/images/application/menu_bg.png) repeat-x 0 0; - border: 1px solid; - border-color: #aeafb1 #777879 #777879 #aeafb1; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-contextmenu table { - border-collapse: separate; -} - -.v-contextmenu .gwt-MenuItem { - padding: 3px 8px 2px 8px; - height: 16px; - color: #2c2f34; - text-shadow: -1px -1px #fff; - font-weight: bold; - border-bottom: 1px solid #bcbbbb; - border-top: 1px solid #eee; -} - -.v-contextmenu tr:last-child .gwt-MenuItem { - border-bottom-width: 0; -} - -.v-contextmenu .gwt-MenuItem img { - margin-right: 4px; -} - -.v-contextmenu .gwt-MenuItem-selected { - background-color: #5b677d; - color: #FFF; - text-shadow: -1px -1px #2c2f34; -} - -.v-contextmenu .gwt-MenuItem-selected div { - background: transparent; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield.scss b/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield.scss deleted file mode 100644 index c9ef7180a5..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield.scss +++ /dev/null @@ -1,171 +0,0 @@ -@mixin liferay-datefield($primaryStyleName : v-datefield) { - -.#{$primaryStyleName}-popup { - padding: 3px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.#{$primaryStyleName}-calendarpanel-header { - height: 28px; -} - -.#{$primaryStyleName}-calendarpanel:focus { - outline: none; -} - -.#{$primaryStyleName}-calendarpanel-body { - text-align: right; - vertical-align: top; -} - -.#{$primaryStyleName}-popupcalendar .#{$primaryStyleName}-button { - background: transparent url(../common/buttons_sprites.png) no-repeat 0 -48px; - width: 24px; - height: 24px; - border: none; -} - -.#{$primaryStyleName}-popupcalendar .#{$primaryStyleName}-button:hover { - background-position: 0px -72px; -} - -.#{$primaryStyleName}-popupcalendar .#{$primaryStyleName}-button:focus { - background-position: 0px -96px; -} - -.#{$primaryStyleName}-month .#{$primaryStyleName}-calendarpanel-month, -.#{$primaryStyleName}-day .#{$primaryStyleName}-calendarpanel-month, -.#{$primaryStyleName}-full .#{$primaryStyleName}-calendarpanel-month { - width: 124px; -} - -.#{$primaryStyleName}-year .#{$primaryStyleName}-calendarpanel-month { - width: 35px; -} - -.#{$primaryStyleName}-calendarpanel-month { - background: transparent url(datefield_sprites.png) repeat-x 0 -112px; - font-weight: bold; -} - -span.#{$primaryStyleName}-calendarpanel-month { - display: block; - text-align: center; - background: transparent; - overflow: hidden; - padding: 1px 3px 0; -} - -.#{$primaryStyleName}-calendarpanel-prevyear, -.#{$primaryStyleName}-calendarpanel-nextyear { - width: 22px; -} - -.#{$primaryStyleName}-calendarpanel-prevyear button, -.#{$primaryStyleName}-calendarpanel-prevmonth button, -.#{$primaryStyleName}-calendarpanel-nextmonth button, -.#{$primaryStyleName}-calendarpanel-nextyear button { - width: 22px; - height: 28px; - border: none; - background: transparent; - background-repeat: no-repeat; - background-image: url(datefield_sprites.png); - background-position: 0 0; - overflow: hidden; - padding: 0; - text-indent: -9999px; - outline: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} - -.v-ie & .#{$primaryStyleName}-calendarpanel-prevyear button, -.v-ie & .#{$primaryStyleName}-calendarpanel-nextyear button, -.v-ie & .#{$primaryStyleName}-calendarpanel-prevmonth button, -.v-ie & .#{$primaryStyleName}-calendarpanel-nextmonth button { - text-indent: 0; - font-size: 1px; -} - -.#{$primaryStyleName}-calendarpanel-prevmonth button { - background-position: 0 -56px; -} - -.#{$primaryStyleName}-calendarpanel-prevmonth { - background: transparent url(datefield_sprites.png) repeat-x 0 -112px; -} - -.#{$primaryStyleName}-calendarpanel-nextyear button { - background-position: 0 -28px; - width: 100%; - min-width: 22px; -} - -.#{$primaryStyleName}-calendarpanel-nextmonth button { - background-position: 0 -84px; -} - -.#{$primaryStyleName}-calendarpanel-nextmonth { - background: transparent url(datefield_sprites.png) repeat-x 0 -112px; -} - -.#{$primaryStyleName}-calendarpanel-prevyear button { - width: 100%; - min-width: 22px; -} - -.#{$primaryStyleName}-calendarpanel-day { - display: block; - width: 22px; - margin: 0 0 3px 3px; - text-align: center; - background: #d4d4d4 url(/html/themes/classic/images/application/state_default_bg.png) repeat-x 0 0; - border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca; - border-style: solid; - border-width: 1px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.#{$primaryStyleName}-calendarpanel-day-today { - font-weight: bold; -} - -.#{$primaryStyleName}-calendarpanel-day-selected { - background: #b5b5b5 url(/html/themes/classic/images/application/state_active_bg.png) repeat-x 0 0; - color: #000; - border-color: #555; -} - -.#{$primaryStyleName}-calendarpanel-day-focused { - outline: 1px dotted #555; -} - - -.#{$primaryStyleName}-calendarpanel-weekdays { - text-align: center; -} - -.#{$primaryStyleName}-calendarpanel-weekdays strong { - font-weight: normal; -} - -.#{$primaryStyleName}-calendarpanel-weeknumber { - display: block; - border: none; - padding: 2px 0 2px 0; - margin: 0; - font-size: 9.9px; -} - -.#{$primaryStyleName}-calendarpanel-body table { - margin: 0 auto; - width: 200px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield_sprites.png Binary files differdeleted file mode 100644 index 7da07e33ca..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/datefield/datefield_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/favicon.ico b/themes/src/main/themes/VAADIN/themes/liferay/favicon.ico Binary files differdeleted file mode 100644 index 1f81f0de76..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/favicon.ico +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/formlayout/formlayout.scss b/themes/src/main/themes/VAADIN/themes/liferay/formlayout/formlayout.scss deleted file mode 100644 index 3fa6fa20ee..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/formlayout/formlayout.scss +++ /dev/null @@ -1,7 +0,0 @@ -@mixin liferay-formlayout { - -.v-formlayout .v-caption { - font-weight: normal; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/inlinedatefield/inlinedatefield.scss b/themes/src/main/themes/VAADIN/themes/liferay/inlinedatefield/inlinedatefield.scss deleted file mode 100644 index 80e3b467ec..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/inlinedatefield/inlinedatefield.scss +++ /dev/null @@ -1,8 +0,0 @@ -@mixin liferay-inlinedatefield ($primaryStyleName : v-inline-datefield) { - - @include liferay-datefield(v-inline-datefield); - - .#{$primaryStyleName} { - line-height:19px; /* Override popup datefields line-height:0 to get correct line heights */ - } -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/legacy-styles.scss b/themes/src/main/themes/VAADIN/themes/liferay/legacy-styles.scss deleted file mode 100644 index 4f304fd397..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/legacy-styles.scss +++ /dev/null @@ -1,6 +0,0 @@ -@import "liferay.scss"; -// For legacy themes; does not wrap styles in .themename -// Creates legacy-styles.css that can be imported into non-sass themes. -// NOTE: can not be used in scenarios where multiple themes are used on the -// same page (e.g portals). -@include liferay;
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/liferay.scss b/themes/src/main/themes/VAADIN/themes/liferay/liferay.scss deleted file mode 100644 index 273c065772..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/liferay.scss +++ /dev/null @@ -1,56 +0,0 @@ -@import "../base/base.scss"; - -@import "accordion/accordion.scss"; -@import "button/button.scss"; -@import "colorpicker/colorpicker.scss"; - -@import "common/common.scss"; - -@import "contextmenu/contextmenu.scss"; -@import "datefield/datefield.scss"; -@import "inlinedatefield/inlinedatefield.scss"; -@import "formlayout/formlayout.scss"; -@import "menubar/menubar.scss"; -@import "notification/notification.scss"; -@import "panel/panel.scss"; -@import "popupview/popupview.scss"; -@import "progressindicator/progressindicator.scss"; -@import "select/select.scss"; -@import "slider/slider.scss"; -@import "splitpanel/splitpanel.scss"; -@import "table/table.scss"; -@import "tabsheet/tabsheet.scss"; -@import "textfield/textfield.scss"; -@import "tree/tree.scss"; -@import "window/window.scss"; - -@mixin liferay { - // TODO move? - $font-size: 11px; - @include base; - // TODO @each - @include liferay-accordion; - @include liferay-button; - @include liferay-colorpicker; - - @include liferay-common; - @include liferay-contextmenu; - @include liferay-datefield; - @include liferay-inlinedatefield; - @include liferay-formlayout; - @include liferay-menubar; - @include liferay-notification; - @include liferay-panel; - @include liferay-popupview; - @include liferay-progressindicator(v-progressbar); - /* For legacy ProgressIndicator component */ - @include liferay-progressindicator(v-progressindicator); - @include liferay-select; - @include liferay-slider; - @include liferay-splitpanel; - @include liferay-table; - @include liferay-tabsheet; - @include liferay-textfield; - @include liferay-tree; - @include liferay-window; -} diff --git a/themes/src/main/themes/VAADIN/themes/liferay/menubar/menubar.scss b/themes/src/main/themes/VAADIN/themes/liferay/menubar/menubar.scss deleted file mode 100644 index dd31608e79..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/menubar/menubar.scss +++ /dev/null @@ -1,72 +0,0 @@ -@mixin liferay-menubar { - -.v-menubar { - background: #97A1AE url(/html/themes/classic/images/dockbar/dockbar_bg.png) repeat-x 0 0; - border-bottom: 1px solid #636364; -} - -.v-menubar-separator span { - display: none; -} - -.v-menubar-menuitem { - padding: 3px 8px; - line-height: 16px; - font-weight: bold; - color: #2c2f34; - text-shadow: -1px -1px #FFF; -} - -.v-menubar-menuitem-selected { - color: #FFF; - text-shadow: -1px -1px #2c2f34; -} - -.v-menubar-submenu { - background: #CCC9C9 url(/html/themes/classic/images/application/menu_bg.png) repeat-x 0 0; - border: 1px solid; - border-color: #aeafb1 #777879 #777879 #aeafb1; - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; - padding: 2px 0; -} -.v-menubar-submenu .v-menubar-submenu-indicator { - font-size: 9.9px; -} -.v-menubar-submenu .v-menubar-menuitem { - color: #2c2f34; - font-weight: bold; - text-shadow: 1px 1px #fff; - padding: 1px 26px 1px 10px; - line-height: 16px; - border-bottom: 1px solid #bcbbbb; - border-top: 1px solid #eee; -} - -.v-menubar-submenu .v-menubar-menuitem:last-child { - border-bottom-width: 0; -} - -.v-menubar-submenu .v-menubar-menuitem-caption * { - vertical-align: middle; -} - -.v-menubar .v-menubar-menuitem-selected, -.v-menubar-submenu .v-menubar-menuitem-selected { - color: #fff; - text-shadow: 1px 1px #000; - background-color: #5b677d; -} -.v-menubar-popup { - border-radius: 5px; - } -.v-menubar-menuitem-disabled, -.v-menubar-submenu .v-menubar-menuitem-disabled, -.v-menubar span.v-menubar-menuitem-disabled:hover, -.v-menubar span.v-menubar-menuitem-disabled:focus, -.v-menubar span.v-menubar-menuitem-disabled:active { - color: #999; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/notification/notification.scss b/themes/src/main/themes/VAADIN/themes/liferay/notification/notification.scss deleted file mode 100644 index 75b5e6a0a9..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/notification/notification.scss +++ /dev/null @@ -1,48 +0,0 @@ -@mixin liferay-notification { - -.v-Notification { - background: #dff4ff; - color: #34404F; - font-weight: bold; - cursor: pointer; - overflow: hidden; - padding: 1em; - max-width: 85%; - border: 1px solid #a7cedf; -} - -.v-Notification-caption, -.v-Notification-description { - display: inline; - margin: 0 0.5em 0 0; -} -.v-Notification-warning { - background: #ffc; - border-color: #fc0; -} -.v-Notification-error { - background-color: #ffdddd; - border-color: #ff0000; -} - -.v-Notification-tray { - color: #111111; - background-color: #e5e5e5; - border-color: #b5b5b5; -} -.v-Notification-tray .v-Notification-caption { - display: block; -} -.v-Notification-tray .v-Notification-description { - display: block; -} -.v-Notification-system { - background-color: #ffdddd; - border-color: #ff0000; -} -.v-Notification-system .v-Notification-caption { - display: block; - margin: 0; -} - -} diff --git a/themes/src/main/themes/VAADIN/themes/liferay/panel/panel.scss b/themes/src/main/themes/VAADIN/themes/liferay/panel/panel.scss deleted file mode 100644 index cb65560a74..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/panel/panel.scss +++ /dev/null @@ -1,86 +0,0 @@ -@mixin liferay-panel { - -.v-panel { - background: transparent url(top-left.png) no-repeat; -} - -.v-panel-caption, -.v-panel-nocaption { - text-shadow: 1px 1px #fff; - font-size: 12px; - color: #222; - margin-left: 4px; - background: transparent url(top-right.png) no-repeat right top; - padding: 5px 5px 10px 2px; - height: 12px; -} - -.v-panel-caption .v-icon { - padding-right: 2px; -} - -.v-panel-content { - border: 1px solid #999; - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; -} - -/* Light style Panel */ - -.v-panel-light { - background: transparent; -} - -.v-panel-caption-light, -.v-panel-nocaption-light { - margin: 0; - border: none; - background: none; -} - -.v-panel-caption-light { - border-bottom: 1px solid #999; -} - -.v-panel-nocaption-light { - padding: 0; - height: 0; -} - -.v-panel-content-light { - border: none; -} -.v-panel-content-light > div { - background: transparent; -} - -.v-panel-deco { - height: 0; - overflow: hidden; -} - -/* IE specific rules */ -.v-ie & .v-panel { - background: transparent; -} -.v-ie & .v-panel-caption, -.v-ie & .v-panel-nocaption { - border: 1px solid #999; - border-bottom: none; - background: #c0c2c5 url(/html/themes/classic/images/application/panel_header_bg.png) repeat-x 0 0; - margin: 0; - padding-left: 5px; -} - -.v-ie & .v-panel-caption-light, -.v-ie & .v-panel-nocaption-light { - border: none; - background: transparent; -} - -.v-ie & .v-panel-caption-light { - border-bottom: 1px solid #999; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/panel/top-left.png b/themes/src/main/themes/VAADIN/themes/liferay/panel/top-left.png Binary files differdeleted file mode 100644 index 12e0780d42..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/panel/top-left.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/panel/top-right.png b/themes/src/main/themes/VAADIN/themes/liferay/panel/top-right.png Binary files differdeleted file mode 100644 index 08203ae8a2..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/panel/top-right.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/popupview/popupview.scss b/themes/src/main/themes/VAADIN/themes/liferay/popupview/popupview.scss deleted file mode 100644 index ab06d18c98..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/popupview/popupview.scss +++ /dev/null @@ -1,13 +0,0 @@ -@mixin liferay-popupview { - -.v-popupview-popup { - background: #d4d4d4 url(/html/themes/classic/images/application/state_default_bg.png) repeat-x 0 0; - padding: 8px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: 1px solid #c8c9ca; - border-color :#c8c9ca #9e9e9e #9e9e9e #c8c9ca; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/progressindicator/progressindicator.scss b/themes/src/main/themes/VAADIN/themes/liferay/progressindicator/progressindicator.scss deleted file mode 100644 index 4371b2aeef..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/progressindicator/progressindicator.scss +++ /dev/null @@ -1,16 +0,0 @@ -@mixin liferay-progressindicator { - -.v-progressindicator-wrapper { - background: #dfe2e4 url(../../reindeer/progressindicator/img/base.gif) repeat-x; - border: 1px solid #bfbfbf; -} - -.v-disabled .v-progressindicator-wrapper { - background-image: url(../../reindeer/progressindicator/img/disabled.gif); -} - -.v-progressindicator-indicator { - background: #f7f9f9 url(../../reindeer/progressindicator/img/progress.png); -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/select/select.scss b/themes/src/main/themes/VAADIN/themes/liferay/select/select.scss deleted file mode 100644 index 9d14b02982..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/select/select.scss +++ /dev/null @@ -1,85 +0,0 @@ -@mixin liferay-select { - -$select-button-width : 24px; -$select-button-negative-width : -24px; - -&.v-app select, -.v-window select { - padding: 1px; -} - -select { - background-color: #fff; -} -.v-filterselect { - padding-right: $select-button-width; /* Space for the button */ -} -.v-filterselect-button { - width: $select-button-width; - margin-right: $select-button-negative-width; - height: 24px; - background: transparent url(../common/buttons_sprites.png) no-repeat 0 0; -} - -.v-filterselect-button:hover { - background-position: 0px -24px; -} - -.v-filterselect-suggestpopup { - border: 1px solid #98C0F4; -} - -.v-filterselect-suggestmenu { - min-height: 2px; -} - -.v-filterselect-prevpage, -.v-filterselect-prevpage-off, -.v-filterselect-nextpage, -.v-filterselect-nextpage-off { - background-color: #fff; -} - -.v-filterselect-prevpage span, -.v-filterselect-prevpage-off span, -.v-filterselect-nextpage span, -.v-filterselect-nextpage-off span { - display: block; - height: 8px; - width: 16px; - margin-left: auto; - margin-right: auto; - text-indent: -99999px; -} - -.v-filterselect-prevpage span, .v-filterselect-nextpage span { - background: transparent no-repeat 0 -4px; - background-image: url(/html/themes/classic/images/aui/icon_sprite.png); -} - -.v-filterselect-nextpage span { - background-position: -65px -4px; -} -.v-filterselect-suggestmenu .gwt-MenuItem span { - height: 18px; -} - -.v-filterselect-suggestmenu .gwt-MenuItem { - border: 1px solid transparent; - &.gwt-MenuItem-selected { - background-color: #dfe8f6; - border: 1px solid #333; - color: #000; - } -} - -.v-filterselect-suggestmenu .gwt-MenuItem .v-icon { - float: left; -} - -.v-select-twincol-buttons .v-button-wrap { - padding-left: 11px; - padding-right: 11px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/slider/slider.scss b/themes/src/main/themes/VAADIN/themes/liferay/slider/slider.scss deleted file mode 100644 index d30de67da0..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/slider/slider.scss +++ /dev/null @@ -1,36 +0,0 @@ -@mixin liferay-slider { - -.v-slider { - border: 1px solid #9e9e9e; - border-right: 1px solid #c8c9ca; - border-bottom: 1px solid #c8c9ca; - margin: 4px 0; -} - -.v-slider-base { - height: 1px; -} - -.v-slider-vertical { - margin: 0 5px; - width: 2px; -} - -.v-slider-vertical .v-slider-base { - width: 1px; -} - -.v-slider-handle { - background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat -115px -147px; - width: 10px; - height: 10px; -} - -/* Invalid rule (not used at least by some browsers */ -/* -.v-slider-feedback { - background: #33; -} -*/ - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/hsplit.png b/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/hsplit.png Binary files differdeleted file mode 100644 index 32e689b668..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/hsplit.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/splitpanel.scss b/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/splitpanel.scss deleted file mode 100644 index b8058f8cb1..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/splitpanel.scss +++ /dev/null @@ -1,67 +0,0 @@ -@mixin liferay-splitpanel { - -.v-splitpanel-hsplitter, -.v-splitpanel-hsplitter-locked { - font-size: 1px; - width: 3px; - background-color: #c8c9ca; -} - -.v-splitpanel-hsplitter div { - font-size: 1px; - width: 3px; - background: transparent; - background-repeat: no-repeat; - background-image: url(hsplit.png); - background-position: center; -} - -.v-splitpanel-hsplitter-locked div { - font-size: 1px; - width: 3px; -} - -.v-splitpanel-vsplitter, -.v-splitpanel-vsplitter-locked { - font-size: 1px; - height: 3px; -} - -.v-splitpanel-vsplitter div { - font-size: 1px; - height: 3px; - background: transparent; - background-color: #c8c9ca; - background-repeat: no-repeat; - background-image: url(vsplit.png); - background-position: center; -} - -.v-splitpanel-vsplitter-locked, -.v-splitpanel-vsplitter-locked div { - font-size: 1px; - height: 3px; - background-color: #c8c9ca; -} - -/* Small SplitPanel */ - -.v-splitpanel-hsplitter-small, -.v-splitpanel-hsplitter-small div, -.v-splitpanel-hsplitter-small-locked, -.v-splitpanel-hsplitter-small-locked div { - font-size: 1px; - width: 1px; - background: #c8c9ca; -} - -.v-splitpanel-vsplitter-small, -.v-splitpanel-vsplitter-small div, -.v-splitpanel-vsplitter-small-locked, -.v-splitpanel-vsplitter-small-locked div { - font-size: 1px; - height: 1px; - background: #c8c9ca; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/vsplit.png b/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/vsplit.png Binary files differdeleted file mode 100644 index 2ffe03a71b..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/splitpanel/vsplit.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/styles.scss b/themes/src/main/themes/VAADIN/themes/liferay/styles.scss deleted file mode 100644 index b76e5f756b..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/styles.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import "liferay.scss"; -.liferay { - @include liferay; -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/table/columnselect.png b/themes/src/main/themes/VAADIN/themes/liferay/table/columnselect.png Binary files differdeleted file mode 100644 index 34b4834051..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/table/columnselect.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/table/table.scss b/themes/src/main/themes/VAADIN/themes/liferay/table/table.scss deleted file mode 100644 index ecb260709b..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/table/table.scss +++ /dev/null @@ -1,139 +0,0 @@ -@mixin liferay-table { - -.v-table-body { - border: 1px solid #999; -} - -.v-table-body:focus, -.v-table-body-wrapper:focus { - outline: none; -} - -.v-table-body.focused { - border-color: #555; -} - -.v-table-focus .v-table-cell-content { - border-top: 1px dotted #555; - border-bottom: 1px dotted #555; -} - -.v-table-header-wrap, -.v-table-footer-wrap { - border-color: #999; - background: #c0c2c5 url(/html/themes/classic/images/application/panel_header_bg.png) repeat-x 0 0; - height: 26px; -} - -.v-table-footer-wrap { - border: 1px solid #999; - border-top: none; -} - -.v-table-footer td { - height: 100%; - border-right: 1px solid #999; - padding-bottom: 5px; - padding-top: 5px; -} - -.v-table-footer-container { - height: 16px; - float: right; - padding-right: 7px; - overflow: hidden; - white-space: nowrap; -} - -.v-table-caption-container { - color: #336699; - font-weight: bold; - font-size: 11px; - padding-left: 0px; - padding-top: 6px; -} - -.v-table-caption-container-align-right { - margin-left: 0; - margin-right: 6px; - padding-left: 0; -} - -.v-table-caption-container .v-icon { - height: 16px; - margin: -4px 3px 0 0; -} - -.v-ie & .v-table-caption-container .v-icon { - margin-top: -2px; -} - -.v-table-header-cell-asc .v-table-sort-indicator { - background: transparent url(/html/themes/control_panel/images/arrows/05_up.png) no-repeat right 8px; - height: 26px; -} - -.v-table-header-cell-desc .v-table-sort-indicator { - background: transparent url(/html/themes/control_panel/images/arrows/05_down.png) no-repeat right 10px; - height: 26px; -} - -.v-table-resizer { - height: 26px; - background: #999; -} - -.v-table-focus-slot-left { - margin-bottom: -26px; - background: transparent; -} - -.v-table-column-selector { - background: transparent url(columnselect.png); - width: 16px; - height: 26px; - margin: -26px 0 0; -} - -.v-table-row-odd { - background: #dde1e6; -} - -.v-table-row { - background: #eef0f2; -} - -.v-table-generated-row { - color: #336699; - font-weight: bold; - font-size: 11px; - padding-left: 0px; - padding-top: 6px; - background: #c0c2c5; -} - -.v-table .v-selected { - background-color: #5B677D; - color: #FFF; - text-shadow: -1px -1px #2C2F34; -} - -.v-table-cell-wrapper { - padding-top: 3px; - padding-bottom: 3px; -} - -.v-table-cell-content { - border-right: 1px solid #999; - padding: 0 6px; -} - -.v-table-cell-content:last-child { - border-right-color: transparent; -} - -.v-off { - color: #999; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/close.png b/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/close.png Binary files differdeleted file mode 100644 index 3b436159be..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/close.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/tabsheet.scss b/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/tabsheet.scss deleted file mode 100644 index 83a36dd80f..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/tabsheet/tabsheet.scss +++ /dev/null @@ -1,153 +0,0 @@ -@mixin liferay-tabsheet { - -.v-tabsheet-content { - border: none; -} - -.v-tabsheet-deco { - background: transparent; -} - -.v-tabsheet-tabitem { - border: none; -} - -.v-tabsheet-tabitem .v-caption { - height: 14px; - padding: 3px 10px; -} - -.v-tabsheet-tabitem .v-captiontext { - color: #336699; - font-size: 11px; - font-weight: bold; - text-decoration: underline; -} - -.v-tabsheet-tabitem-selected .v-caption { - background: none repeat scroll 0 0 #333; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-tabsheet-tabitem-selected .v-captiontext { - color: #fff; - text-decoration: none; - text-shadow: -1px -1px #000; -} - -.v-tabsheet-tabitem-selected { - position: relative; -} - -.v-tabsheet-tabitem-selected:after { - border: 10px solid; - border-bottom-width: 0; - border-color: #333 transparent transparent; - bottom: -6px; - content: '-'; - display: block; - height: 0; - left: 50%; - margin-left: -10px; - position: absolute; - text-indent: -9999px; - width: 0; -} - -.v-tabsheet-tabs { - height: 35px; -} - -.v-tabsheet-tabcontainer, -.v-tabsheet-tabs { - overflow: visible !important; -} - -.v-tabsheet-tabitemcell-first .v-tabsheet-tabitem { - border-left: 1px solid #c8c9ca; - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} - -.v-tabsheet-tabitemcell, .v-tabsheet-spacertd { - vertical-align: top; -} - -.v-tabsheet-spacertd div { - height: 28px; - border: 1px solid #c8c9ca; - border-left: none; - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; - padding: 0; -} - -.v-tabsheet-tabitem { - height: 20px; - border-top: 1px solid #c8c9ca; - border-bottom: 1px solid #c8c9ca; - padding: 4px; -} - -.v-tabsheet-scroller { - float: right; - width: 33px; - height: 28px; - margin-top: -35px; - background-color: #eef0f2; - border: 1px solid #c8c9ca; - border-left: none; - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; - position: relative; -} - -.v-tabsheet-scroller button { - padding: 0; - margin-top: 6px; - width: 16px; - height: 16px; - border: none; - background: transparent; -} - -.v-tabsheet-scroller .v-tabsheet-scrollerPrev, -.v-tabsheet-scroller .v-tabsheet-scrollerPrev-disabled { - background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat -80px -192px; -} - -.v-tabsheet-scroller .v-tabsheet-scrollerNext, -.v-tabsheet-scroller .v-tabsheet-scrollerNext-disabled { - background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat -48px -192px; -} - -.v-tabsheet-scrollerPrev-disabled, -.v-tabsheet-scrollerNext-disabled { - opacity: 0.5; - filter: alpha(opacity=50); -} - -.v-tabsheet-caption-close { - background: transparent url(close.png) no-repeat right top; - cursor: default; - float: right; - margin: 3px -1px 0; - overflow: hidden; - text-indent: -999px; - width: 13px; - height: 9px; -} - -.v-ff & .v-tabsheet-caption-close{ - margin-top: -10px; -} -.v-ff & .v-tabsheet-caption-close:only-child { - margin-top: -1px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/textfield/textfield.scss b/themes/src/main/themes/VAADIN/themes/liferay/textfield/textfield.scss deleted file mode 100644 index a260156bc8..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/textfield/textfield.scss +++ /dev/null @@ -1,19 +0,0 @@ -@mixin liferay-textfield { - -&.v-app input[type="text"], -&.v-app input[type="password"], -&.v-app input[type="reset"], -&.v-app textarea , -.v-window input[type="text"], -.v-window input[type="password"], -.v-window input[type="reset"], -.v-window textarea { - padding: 5px 1px; -} - -input.v-textfield-prompt, -textarea.v-textarea-prompt { - font-style: normal; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/tree/arrows_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/tree/arrows_sprites.png Binary files differdeleted file mode 100644 index 0a6ab35a26..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/tree/arrows_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/tree/tree.scss b/themes/src/main/themes/VAADIN/themes/liferay/tree/tree.scss deleted file mode 100644 index 99ce8e709f..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/tree/tree.scss +++ /dev/null @@ -1,62 +0,0 @@ -@mixin liferay-tree { - -.v-tree-node { - background: transparent url(arrows_sprites.png) no-repeat -42px 1px; -} - -.v-tree-node span { - color: #336699; - padding: 1px 2px; - display: inline-block; -} - -.v-tree-node:hover { - background-position: -14px -30px; -} - -.v-tree-node-expanded { - background-position: -28px -14px; -} - -.v-tree-node-expanded:hover { - background-position: 0 -47px; -} - -.v-tree .v-tree-node-drag-top { - background-position: -42px 0px; -} - -.v-tree .v-tree-node-drag-top.v-tree-node-expanded { - background-position: -28px -15px; -} - -.v-tree-node-selected { - background: #333; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-tree-node-selected span { - display: inline-block; - background: transparent; - color: #fff; - text-shadow: -1px -1px #000; - padding: 1px 2px; -} - -.v-tree-node-caption { - margin-left: 14px; - padding: 1px; -} - -.v-tree-node-focused { - border: 1px dotted #555; - padding: 0; -} - -.v-tree-node-children { - padding-left: 14px; -} - -}
\ No newline at end of file diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/closebutton_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/window/closebutton_sprites.png Binary files differdeleted file mode 100644 index ca8eb278a1..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/closebutton_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/maximize_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/window/maximize_sprites.png Binary files differdeleted file mode 100644 index 06510063cd..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/maximize_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/restore_sprites.png b/themes/src/main/themes/VAADIN/themes/liferay/window/restore_sprites.png Binary files differdeleted file mode 100644 index 41ccfaf79f..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/restore_sprites.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/top-left.png b/themes/src/main/themes/VAADIN/themes/liferay/window/top-left.png Binary files differdeleted file mode 100644 index 3beb6bdca9..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/top-left.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/top-right.png b/themes/src/main/themes/VAADIN/themes/liferay/window/top-right.png Binary files differdeleted file mode 100644 index dd8d61fdee..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/top-right.png +++ /dev/null diff --git a/themes/src/main/themes/VAADIN/themes/liferay/window/window.scss b/themes/src/main/themes/VAADIN/themes/liferay/window/window.scss deleted file mode 100644 index d78c69a72f..0000000000 --- a/themes/src/main/themes/VAADIN/themes/liferay/window/window.scss +++ /dev/null @@ -1,82 +0,0 @@ -@mixin liferay-window { - -.v-window { - background: transparent; -} - -.v-window-wrap { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - background: #fff url(top-left.png) no-repeat; -} - -.v-window-outerheader { - height: 38px; - margin-left: 9px; - padding: 10px 40px 12px 2px; - background: transparent url(top-right.png) no-repeat right top; - - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-window-header { - color: #000; - font-size: 12px; - text-shadow: 1px 1px #fff; -} - -.v-window-contents { - padding: 0 5px 0 5px; -} - -.v-window-footer { - height: 5px; - overflow: visible; -} - -.v-window div.v-window-footer-noresize { - height: 5px; -} - -.v-window-restorebox, -.v-window-maximizebox, -.v-window-closebox { - position: absolute; - width: 24px; - height: 24px; - top: 8px; - &:hover { - background-position: 0 -24px; - } - &:active { - background-position: 0 -48px; - } - -} -.v-window-closebox { - right: 9px; - background: url(closebutton_sprites.png) no-repeat scroll 0 0 transparent; -} - -.v-window-restorebox, -.v-window-maximizebox { - right: 36px; -} -.v-window-restorebox { - background: url(restore_sprites.png) no-repeat scroll 0 0 transparent; -} -.v-window-maximizebox { - background: url(maximize_sprites.png) no-repeat scroll 0 0 transparent; -} - -.v-window-resizebox { - background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat scroll -69px -229px; - width: 10px; - height: 10px; - bottom: 0; -} - -}
\ No newline at end of file |