css/ipadsim.css
changeset 11 9833f3e24105
parent 5 490e4d1b6fee
--- a/css/ipadsim.css	Tue Mar 19 12:27:34 2013 +0100
+++ b/css/ipadsim.css	Thu Mar 21 18:48:12 2013 +0100
@@ -1,13 +1,21 @@
 .iPad-simulator {
     position: absolute; /* top: 50%; margin-top: -444px; */
-    left: 50%; margin-left: -572px; 
+    left: 50%; margin-left: -552px; 
     width: 1024px; height: 768px; border-radius: 30px;
-    padding: 0; border: 60px solid #f8f6f4;
+    padding: 0; border: 40px solid #f8f6f4;
     box-shadow: 5px 5px 20px #000000;
 }
 
 .iPad-simulator:after {
-    content: ""; position: absolute; top: 364px; height: 40px;
-    width: 40px; left: 1034px; background: #f2f0ed; border-radius: 20px;
+    content: ""; position: absolute; top: 364px; height: 20px;
+    width: 20px; left: 1034px; background: #f2f0ed; border-radius: 20px;
     box-shadow: inset 5px 5px 10px #a0a0a0;
 }
+
+.tv {
+	position: absolute; top: -35px; left: 0px;
+	background: #8080CC; color: #ffffff;
+	font-size: 18px; font-weight: bold; line-height: 30px;
+	padding: 0 5px; border-radius: 5px;
+	text-decoration: none;
+}