You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/10/19 13:40:35 UTC

[58/78] [abbrv] git commit: ISIS-537 Remove the custom styling for MultiLineStringPanel. Everything comes from the Bootstrap theme now

ISIS-537 Remove the custom styling for MultiLineStringPanel. Everything comes from the Bootstrap theme now


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/8bf861ef
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/8bf861ef
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/8bf861ef

Branch: refs/heads/master
Commit: 8bf861ef539b47c1d46ef1857b69f19b57ac35ae
Parents: 78e0faa
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Oct 16 17:05:00 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Oct 16 18:51:22 2014 +0300

----------------------------------------------------------------------
 .../components/scalars/string/MultiLineStringPanel.css   | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/8bf861ef/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/string/MultiLineStringPanel.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/string/MultiLineStringPanel.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/string/MultiLineStringPanel.css
index bfb5126..eaeea17 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/string/MultiLineStringPanel.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/string/MultiLineStringPanel.css
@@ -16,14 +16,3 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-.multiLineStringPanel textarea {
-	width: 97%;
-	resize: none;
-	
-	font-size:14px;
-    font-family: Arial,'Sans-serif',  'Helvetica', 'Sans-serif', 'sans';
-}
-
-.multiLineStringPanel span.scalarValue {
-	width: 70%;
-}
\ No newline at end of file