I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7a88f59f authored by z3d's avatar z3d
Browse files

Optimize space layout on i2psnark ui.

parent d56aae89
No related branches found
No related tags found
No related merge requests found
...@@ -139,8 +139,8 @@ td { ...@@ -139,8 +139,8 @@ td {
color:#310; color:#310;
min-width: 800px !important; min-width: 800px !important;
/* max-width: 800px !important; */ /* max-width: 800px !important; */
margin: 10px; margin: 5px 0px;
padding: 10px 10px 5px 10px; padding: 10px 10px 0px 10px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
...@@ -292,7 +292,7 @@ div.addtorrentsection { ...@@ -292,7 +292,7 @@ div.addtorrentsection {
} }
div.configsection { div.configsection {
margin: 0 0 10px 0; margin: 0;
padding: 10px; padding: 10px;
background: #ffe; background: #ffe;
border: 1px solid #001; border: 1px solid #001;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment