diff --git a/platform/commonUI/general/res/sass/user-environ/_frame.scss b/platform/commonUI/general/res/sass/user-environ/_frame.scss index 5ca8f6bf1d..be69885e33 100644 --- a/platform/commonUI/general/res/sass/user-environ/_frame.scss +++ b/platform/commonUI/general/res/sass/user-environ/_frame.scss @@ -74,6 +74,7 @@ } } &.no-frame { + background: transparent !important; border: none !important; &.t-frame-outer > .t-rep-frame { &.contents { @@ -93,6 +94,24 @@ } } } + + /********************************************************** OBJECT TYPES */ + .t-object-type-hyperlink { + .s-hyperlink.s-button { + // When a hyperlink is a button in a frame, make it expand to fill out to the object-holder + @extend .abs; + .label { + @include ellipsize(); + @include transform(translateY(-50%)); + padding: 0 $interiorMargin; + position: absolute; + min-width: 0; + left: 0; right: 0; + text-align: center; + top: 50%; + } + } + } } body.desktop .frame { diff --git a/platform/features/hyperlink/res/templates/hyperlink.html b/platform/features/hyperlink/res/templates/hyperlink.html index 8e04dbca7b..9874f20e81 100644 --- a/platform/features/hyperlink/res/templates/hyperlink.html +++ b/platform/features/hyperlink/res/templates/hyperlink.html @@ -19,14 +19,10 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> - + +
{{domainObject.getModel().displayText}}
+
diff --git a/platform/features/layout/res/templates/frame.html b/platform/features/layout/res/templates/frame.html index 3a3d6f0c1e..b3c9f0ade4 100644 --- a/platform/features/layout/res/templates/frame.html +++ b/platform/features/layout/res/templates/frame.html @@ -19,16 +19,14 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> -
+
-
- - -
+
-
- - -
-
- - +
+ +