forked from DanBricklin/socialcalc
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source reorganisation #40
Merged
eddyparkinson
merged 1 commit into
marcelklehr:master
from
tintou:source-reorganisation
Jan 12, 2018
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
// The optional default CSS style sheet for the SocialCalc package. | ||
// SocialCalc can run without a style sheet (the default) or with one. | ||
// | ||
// (c) Copyright 2008 Socialtext, Inc. | ||
// All Rights Reserved. | ||
// | ||
// The contents of this file are subject to the Artistic License 2.0; you may not | ||
// use this file except in compliance with the License. You may obtain a copy of | ||
// the License at http://socialcalc.org/licenses/al-20/. | ||
// | ||
// Some of the other files in the SocialCalc package are licensed under | ||
// different licenses. Please note the licenses of the modules you use. | ||
// | ||
// Code History: | ||
// | ||
// Initially coded by Dan Bricklin of Software Garden, Inc., for Socialtext, Inc. | ||
*/ | ||
|
||
.defaultComment {background-repeat:no-repeat;background-position:top right;background-image:url(images/sc-commentbg.gif);} | ||
.defaultCommentNoGridStyle {} | ||
.defaultHighlightTypeCursor {color:#FFF;background-color:#A6A6A6;} | ||
.defaultHighlightTypeRange {color:#000;background-color:#E5E5E5;} | ||
.defaultColname {font-size:small;text-align:center;color:#FFFFFF;background-color:#808080;cursor:e-resize;} | ||
.defaultSelectedColname {font-size:small;text-align:center;color:#FFFFFF;background-color:#404040;cursor:e-resize;} | ||
.defaultRowname {font-size:small;text-align:right;color:#FFFFFF;background-color:#808080;} | ||
.defaultSelectedRowname {font-size:small;text-align:right;color:#FFFFFF;background-color:#404040;} | ||
.defaultUpperLeft {font-size:small;} | ||
.defaultSkippedCell {font-size:small;background-color:#CCC;} | ||
.defaultPaneDivider {font-size:small;background-color:#ECECEC;padding:0px;} | ||
.cteGriddiv {} | ||
.defaultInputEcho {background-color:#FFD;border:1px solid #884; | ||
font-size:small;padding:2px 10px 1px 2px;cursor:default;} | ||
.TCmain {background-color:#EEE;} | ||
.TCendcap {background-color:#FFF;} | ||
.TCpaneslider {background-color:#CCC;} | ||
.TClessbutton {background-color:#AAA;} | ||
.TCmorebutton {background-color:#AAA;} | ||
.TCscrollarea {background-color:#DDD;} | ||
.TCthumb {background-color:#CCC;} | ||
.TCPStrackingline {overflow:hidden;position:absolute;z-index:100;} | ||
.TCTDFSthumbstatus {height:20px;width:auto;border:1px solid black;padding:2px; | ||
background-color:#FFF;font-size:small;position:absolute;z-index:100;} | ||
.TDpopupElement {border:1px solid black;padding:1px 2px 2px 2px;text-align:center;background-color:#FFF; | ||
font-size:7pt;font-family:Verdana,Arial,Helvetica,sans-serif; | ||
position:absolute;width:auto;z-index:110;} | ||
#searchbar { | ||
float:right; | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will require updating EtherCalc, but looks good otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, would break this line - https://github.com/audreyt/ethercalc/blob/master/Makefile#L50