--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/assets/css/style.css Mon Jul 25 12:13:09 2016 +0200
@@ -0,0 +1,87 @@
+#navbar-user.navbar-right{
+ width: 200px;
+}
+
+.errorModal {
+ font-family: Arial, Helvetica, sans-serif;
+ display: none;
+ position: fixed;
+ z-index: 1000;
+ padding-top: 100px;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+ background-color: rgb(0,0,0);
+ background-color: rgba(35,0,0,0.4);
+}
+
+/* Modal Content */
+.errorModal-cnt {
+ position: relative;
+ background-color: #fefefe;
+ margin: auto;
+ padding: 0;
+ border: 1px solid #888;
+ width: 80%;
+ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
+ -webkit-animation-name: animatetop;
+ -webkit-animation-duration: 0.4s;
+ animation-name: animatetop;
+ animation-duration: 0.4s
+}
+
+/* Add Animation */
+@-webkit-keyframes animatetop {
+ from {top:-300px; opacity:0}
+ to {top:0; opacity:1}
+}
+
+@keyframes animatetop {
+ from {top:-300px; opacity:0}
+ to {top:0; opacity:1}
+}
+
+.errorModal-header {
+ padding: 2px 16px;
+ background-color: #cc0000;
+ color: white;
+}
+
+.errorModal-body {
+ padding: 2px 16px;
+}
+
+.errorModal-footer {
+ padding: 2px 16px;
+ background-color: #cc0000;
+ color: white;
+}
+
+#renkanErrorReload {
+ cursor: pointer;
+}
+
+.errorMsg{
+ display: none;
+}
+
+.renkanlist-action {
+ padding: 0 0.3em;
+}
+.renkan-del-form {
+ display: inline-block;
+}
+
+.renkan-del-button {
+ color: #337ab7;
+ text-decoration: none;
+ border: none;
+ background: none;
+}
+
+.renkan-del-button:hover, .renkan-del-button:focus {
+ color: #23527c;
+ text-decoration: underline;
+}
\ No newline at end of file