Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134618

Change subject: Add the missing css file for the html interface of server
......................................................................

Add the missing css file for the html interface of server

Change-Id: I4a55284b302fff312b4fa0a4cd82bd48cf43bca7
---
A public/css/main.css
1 file changed, 42 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cxserver 
refs/changes/18/134618/1

diff --git a/public/css/main.css b/public/css/main.css
new file mode 100644
index 0000000..5b4623c
--- /dev/null
+++ b/public/css/main.css
@@ -0,0 +1,42 @@
+ body {
+     width: 80%;
+     margin-left: 10%;
+ }
+ label {
+     width: 20%;
+ }
+ input {
+     width: 40%;
+     padding: 5px;
+ }
+ .lang {
+     width: 5%;
+ }
+ button {
+     width: 10%;
+     padding: 5px;
+ }
+ .status {
+     position: fixed;
+     bottom: 0;
+     left: 0;
+     right: 0;
+     height: 16px;
+     padding: 5px;
+     background: #ccc;
+     color: green;
+     font-size: 0.8em;
+ }
+ .cx-segment:hover {
+     background-color: #ccc;
+ }
+ .cx-link:hover {
+     background-color: #aaa;
+ }
+ .form {
+     border: 1px solid #000;
+     padding: 10px;
+ }
+ .info {
+     color: #555;
+ }

-- 
To view, visit https://gerrit.wikimedia.org/r/134618
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a55284b302fff312b4fa0a4cd82bd48cf43bca7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/cxserver
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to