Browse Source

Merge pull request #193 from SylvainCorlay/14px

14px all the things
Jason Grout 8 years ago
parent
commit
f648bca9cb

+ 1 - 1
src/default-theme/commandpalette.css

@@ -43,7 +43,7 @@
 
 .p-CommandPalette-command {
   padding: 4px;
-  font-size: 13px;
+  font-size: 14px;
   font-weight: 500;
 }
 

+ 5 - 5
src/default-theme/index.css

@@ -57,7 +57,7 @@ body {
 .p-SideBar {
   min-width: 36px;
   max-width: 36px;
-  font-size: 13px;
+  font-size: 14px;
   color: #777777;
   background: #EEEEEE;
 }
@@ -157,7 +157,7 @@ body {
   min-height: 28px;
   max-height: 28px;
   color: #777777;
-  font-size: 12px;
+  font-size: 14px;
 }
 
 
@@ -242,7 +242,7 @@ body {
   background: white;
   border: 1px solid #BDBDBD;
   border-top: 1px solid #F27624;
-  font-size: 12px;
+  font-size: 14px;
   box-shadow: 1px 1px 2px rgba(0, 0, 1, 0.1);
   transform: translateX(-40%) translateY(-58%);
 }
@@ -265,7 +265,7 @@ body {
   background: #FAFAFA;
   color: rgba(0, 0, 0, 0.87);
   border-bottom: 1px solid #DDDDDD;
-  font-size: 13px;
+  font-size: 14px;
 }
 
 
@@ -314,7 +314,7 @@ body {
   background: white;
   color: rgba(0, 0, 0, 0.87);
   border: 1px solid #C0C0C0;
-  font-size: 12px;
+  font-size: 14px;
   box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
 }
 

+ 1 - 1
src/filebrowser/theme.css

@@ -6,7 +6,7 @@
   min-width: 300px;
   color: #757575;
   background: #FAFAFA;
-  font-size: 13px;
+  font-size: 14px;
 }
 
 

+ 3 - 3
src/notebook/theme.css

@@ -164,7 +164,7 @@
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
-    font-size: 13px;
+    font-size: 14px;
     color: #616161;
     line-height: 23px;
 }
@@ -187,7 +187,7 @@
     border-radius: 0;
     outline: none;
     width: 100%;
-    font-size: 13px;
+    font-size: 14px;
     line-height: 23px;
     color: #616161;
 }
@@ -494,7 +494,7 @@
 
 
 .jp-Completion-item code {
-  font-size: 13px;
+  font-size: 14px;
   line-height: 25px;
 }