fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy pytho...
[redakcja.git]
/
platforma
/
static
/
css
/
master.css
diff --git
a/platforma/static/css/master.css
b/platforma/static/css/master.css
index
68d8219
..
5f3fe96
100644
(file)
--- a/
platforma/static/css/master.css
+++ b/
platforma/static/css/master.css
@@
-69,7
+69,7
@@
body {
right: 0px;
left: 0px;
height: 30px;
right: 0px;
left: 0px;
height: 30px;
- border-bottom: 1px solid #999;
+ border-bottom: 1px solid #999;
margin: 0;
padding: 0;
margin: 0;
padding: 0;
@@
-102,13
+102,16
@@
body {
#tabs {
overflow: hidden;
margin: 0;
#tabs {
overflow: hidden;
margin: 0;
- height: 30px;
+ padding: 0;
+ height: 31px;
+ border: 0px;
padding-left: 1em;
}
#tabs li {
padding-left: 1em;
}
#tabs li {
- height: 24px;
- margin-top: 6px;
+ height: 18px;
+ margin-top: 6px;
+ margin-bottom: 0px;
-webkit-user-select: none;
cursor: pointer;
-webkit-user-select: none;
cursor: pointer;
@@
-128,7
+131,8
@@
body {
-moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
-webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
-moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
-webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
- border: 1px solid #999;
+ border: 1px solid #999;
+ border-bottom-width: 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px;
-webkit-border-bottom-left-radius: 0px;
@@
-277,6
+281,12
@@
p { margin: 0;}
padding-right: 5px;
}
padding-right: 5px;
}
+img.tabclose {
+ padding-left: 8px;
+ width: 10px;
+ height: 10px;
+}
+
/*
* HTML Editor view
/*
* HTML Editor view