--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/res/ssoinabox.css Tue Jan 08 23:13:29 2013 -0500
@@ -0,0 +1,52 @@
+@font-face {
+ font-family: TransportDOTMedium;
+ src: url(fonts/transportm.otf);
+}
+
+body {
+ background-attachment: fixed;
+ background-repeat: no-repeat;
+}
+
+body.skyfade {
+ background-image: url(../img/skyfade.jpg);
+ background-position: top center;
+}
+
+body.pixels {
+ background-image: url(../img/pixels.png);
+ background-position: top left;
+}
+
+/* navbar */
+div.navbar a.brand {
+ padding: 10px 30px;
+}
+
+div.navbar a.brand span.siab-logo {
+ font-family: TransportDOTMedium, arial;
+ text-transform: lowercase;
+ letter-spacing: -1px;
+ position: relative;
+ top: 2px;
+}
+
+/* main container */
+div.main.container {
+ background-color: white;
+ padding: 60px 20px 20px 20px;
+ border-radius: 0 0 7px 7px;
+ box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
+}
+
+/* table bits */
+td.actions, th.actions {
+ text-align: center;
+ white-space: nowrap;
+ width: 1px;
+}
+
+/* form tweaks */
+div.control-group.unpadded-bottom {
+ margin-bottom: 2px;
+}