changeset 4:cd880011e9ea

formatting
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 22 Apr 2016 02:42:50 +0100
parents d4ccb6739bdf
children d537911d9b25
files core.css index.html
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/core.css	Fri Apr 22 02:27:42 2016 +0100
+++ b/core.css	Fri Apr 22 02:42:50 2016 +0100
@@ -58,6 +58,14 @@
     margin-bottom: 5px;
 }
 
+div#popupTitleHolder{
+    padding: 8px;
+}
+
+#popupTitle {
+    white-space: pre-line;
+}
+
 div#popupResponse {
     width: inherit;
     min-height: 50px;
@@ -159,4 +167,4 @@
 button.error-colour {
     background-color: #FF8F8F;
     color: black;
-}
\ No newline at end of file
+}
--- a/index.html	Fri Apr 22 02:27:42 2016 +0100
+++ b/index.html	Fri Apr 22 02:42:50 2016 +0100
@@ -13,7 +13,7 @@
 		<meta name="author" content="" />
 		
 		<!-- Load up the default core JS and CSS files-->
-		<link rel='stylesheet' type='text/css' href='core.css'>
+		<link rel='stylesheet' type='text/css' href='core.css?'>
 		<!-- Use jQuery hosted from Google CDN -->
 		<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
 		<script src="jquery-2.1.4.js"></script>
@@ -59,7 +59,7 @@
 		</div>
         <div id="popupHolder" class="popupHolder" style="visibility: hidden; z-index: -1">
             <div id="popupContent">
-                <div id="popupTitleHolder" style="text-align: center">
+                <div id="popupTitleHolder" >
                     <span id="popupTitle"></span>
                 </div>
                 <div id="popupResponse"></div>